About the JSON to CSV Converter
JSON to CSV gathers the union of object keys for the header, preserves row order and safely quotes values that contain separators, quotes or newlines. Nested values are represented as JSON strings.
How to use the JSON to CSV Converter
- Paste an array whose items are objects.
- Choose a one-character delimiter.
- Convert and download the CSV after checking the header.
Practical tips
- Flat objects produce the most spreadsheet-friendly table.
- Use a semicolon delimiter when commas are decimal separators in the target locale.