Input
JSON ArrayJSON
Output
CSVCSV
Frequently Asked Questions
How do I use JSON ⇄ CSV?
Step 2 — the tool extracts the union of all object keys as the header row, fills missing fields with empty values, and emits CSV. Step 3 — to go the other way, paste CSV on the right; the first row is treated as the header, and the remaining rows are converted into an array of objects.
What can JSON ⇄ CSV do?
Typical scenarios: Data analysts import back-end API JSON into Excel for pivot analysis; operations teams convert CSV user lists exported from business systems into JSON for bulk CMS imports; QA engineers turn CSV test data into JSON…
Is my data private when I use JSON ⇄ CSV?
User lists, order data, tracking data and other sensitive tables are never uploaded, so your privacy is fully protected. User lists, order data, tracking data and other sensitive tables are never uploaded, so your privacy is fully protected.
What technical details should I know about JSON ⇄ CSV?
Values containing commas, double quotes or newlines are automatically wrapped in double quotes and internal double quotes are escaped by doubling. CSV output uses CRLF newlines to stay compatible with the Windows version of Excel.