Skip to main content

Convert JSON to CSV file

Convert JSON formatted text to a CSV.

Application

  • CSV

Inputs (what you have)

NameDescriptionData TypeRequired?Example
JSON textJSON text you would like to convert to CSV text. Example: {“Col1”:”value1”,”Col2”:”value2”}Text (Long)Yes{“Col1”:”value1”,”Col2”:”value2”}
Flatten nested JSON?Convert nested JSON objects to columns. If false, will leaved nested objected as JSONTrue/FalseNotrue
Output filenameOptional custom filename for the converted CSV fileText(Long)Nosample.csv

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Converted CSV fileConverted CSV fileFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A