Skip to main content
Version: 2.11

Json To Excel

Converts a JSON to an Excel file

Description

Converts a JSON to an Excel file. Each JSON object will be represented on a single line in the Excel file

Example

(For readability purposes, the Excel is represented as a CSV)


JSON:

[
{"firstname":"john", "lastname":"doe"},
{"firstname":"jane", "lastname":"doe"}
]

Resulting Excel:

firstname,lastname
john,doe
jane,doe

## Inputs
- **Control Flow** (Control Flow)
- **Json Source** (Array): The JSON input
- **Excel File Name** (String): The name of the resulting Excel file

## Outputs
- **Control Flow** (Control Flow)
- **Excel File** (File): the resuling Excel file
- **Error Flow** (Error Flow): Error Flow