JSON to Table
JSON to Table (csv, tsv, excel) Converter
Try it in the Widget Center
Click this url to try this widget and copy the Pro Config template.
Usage
This widget converts a JSON string to a table file (.csv, .tsv, .xlsx)
Input Parameters
Name
Type
Description
Default
Required
json_string
string
Provide your input json.
[{"name": "Harry", "age": 18}, {"name": "Ginny", "age": 17}]
format_to
string
The output format of the table.
csv
Output Parameters
Name
Type
Description
File Type
file_url
string
The converted file in url
table
Output Example
Detailed Guidelines
Last updated