Docs
NodesProcessing Nodes
Edit Page on GitHub

JSON to CSV

Converts JSON data (array of objects) to CSV text format.

csvjsonparserdataEasy0

JSON to CSV

0
Flow
Text
Tool
Flow
Not connectedFlow
JSON

Description

The JSON to CSV node converts JSON data, specifically an array of objects, into CSV (Comma-Separated Values) text format. This is useful for exporting data in a format that can be easily read by spreadsheet applications or other data processing tools.

Common Use Cases

  • Exporting data from JSON format to CSV for analysis in spreadsheet software.
  • Converting API response data into a more user-friendly format for reporting.
  • Preparing data for import into systems that require CSV format.

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowJSONJSON data (should be an array of objects) to convertJSON

Outputs

The output connections this node provides:

NameDescriptionTypeTextThe CSV text parsed from JSONTextToolThe tool version of this node, to be used by LLMsTool

Fields

The configurable fields this node provides:

NameDescriptionTypeJSONJSON data (array of objects) to convertMap

Last updated on