converter_json_to_csv Processor

The converter_json_to_csv processor transforms a JSON array of objects into a CSV document.

Use this processor to export structured data to a tabular format for spreadsheets, reports, or systems that require flat-file input.


Settings

SettingDescription
timeoutmaximum time allowed to complete the conversion
field.delimiterindicate the field delimiter, e.g. comma, semicolon, tab (\t), ^, |, etc. comma is the default delimiter for CSV files
file.headersspecify headers here to override json keys
input.formatindicate if the input is JSON or JSONL
sort.columnssort the output by the field names (i.e. column name); default=false