Skip to main content

Convert JSON to CSV file

Wrk Product avatar
Written by Wrk Product
Updated over 7 months ago

Convert JSON formatted text to a CSV.

Application

  • CSV

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

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

  • N/A

Did this answer your question?