Extract JSON Property

Filter down JSON objects to just one value

Video Demo

Example:

Image data in Airtable
Selecting the images in the CSV Getter output

Plain CSV output when extracting from CSV Getter

i.e https://api.csvgetter.com/abc123

Output

The above output can occur when images and other assets are extracted from Airtable.

Using the parameter

i.e https://api.csvgetter.com/abc123?extract_json_property=url

Output

With the extract_json_property value, the CSV output will not contain JSON data and will pull 'url' from each json object instead.

Last updated

Was this helpful?