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
Setting | Description |
---|---|
timeout | maximum time allowed to complete the conversion |
field.delimiter | indicate the field delimiter, e.g. comma, semicolon, tab (\t), ^, |, etc. comma is the default delimiter for CSV files |
file.headers | specify headers here to override json keys |
input.format | indicate if the input is JSON or JSONL |
sort.columns | sort the output by the field names (i.e. column name); default=false |