JSON to Table

JSON to Table (csv, tsv, excel) Converter

Try it in the Widget Center

Click this urlarrow-up-right 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

{
  "file_url": "https://object-storage-16oh.lepton.ai/ws-k8d7q1rw/doc_converter/output/26fa399729d34f63a8126bd6ac9db0cc/tmpklk0rf8l.xlsx"
}

Detailed Guidelines

Last updated