Expresions to work with JSON text

Hi all,

Would love to know if there are any expressions that can parse or extract data from json strings. 

Something like JSON_PARSE/ JSON_EXTRACT

Usecase is reading data from PSQL in a json column and making sense of it without dodgy string manipulation.

Thanks!

Solved Solved
0 6 177
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Yes. 

You may want to create a new post in the "feature ideas" category.

View solution in original post

6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @silentfred 

 

with AppSheet there is no such expression yet.

It would be an extremely useful capability to have - I'm new to the community here, how does one request a feature? 

Aurelien
Google Developer Expert
Google Developer Expert

Aurelien
Google Developer Expert
Google Developer Expert

an optional workaround for you could be to use Regex with an Apps Script file. 

This requires to writedown expression, and eventually sync the app to retrieve the result ๐Ÿ™‚

More information here:

Quick start: Call Apps Script from an automation 

Not sure regex would suite json parsing well - sounds like a hacky way to extract fields. Native json parsing would be ideal

Aurelien
Google Developer Expert
Google Developer Expert

Yes. 

You may want to create a new post in the "feature ideas" category.

Top Labels in this Space