Skip to main content

Convert JSON to Excel file

Convert JSON formatted text to an Excel file. This will create an Excel file with one sheet with the provided JSON data in table format.

Application

  • Excel

Inputs (what you have)

NameDescriptionData TypeRequired?Example
JSON textJSON text you would like to convert to Excel file. Example: {“Col1”:”value1”,”Col2”:”value2”}Text (Long)Yes{“Col1”:”value1”,”Col2”:”value2”}
Flatten nested JSON?Convert nested JSON objects to columns. If false, will leave nested objected as JSONTrue/FalseNotrue
Excel formatFormat of output excel fileText (Short)Noxlsx
Output filenameOptional custom filename for the output Excel file.Text (Long)Nosample.xlsx

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Converted Excel fileConverted Excel fileFileNo

Outcomes

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

Requirements

  • N/A