Convert JSON formatted text to a CSV.
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| JSON text | JSON 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 JSON | True/False | No | true |
| Output filename | Optional custom filename for the converted CSV file | Text(Long) | No | sample.csv |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Converted CSV file | Converted CSV file | File | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
Requirements