JSON → CSV Conversion
Convert JSON data to CSV format with support for arrays and objects, automatically generating headers and data rows
json lines
20
csv rows
3
headers
4
JSON Input
Paste or upload JSON data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
CSV Text Preview
Converted CSV text data
Conversion Options
name,age,city,department Alice,25,New York,Engineering Brian,30,London,Sales Clara,28,Singapore,HR
CSV Table Preview
Display CSV data in table format
▼ | ▼ | ▼ | ▼ |
|---|---|---|---|
| Alice | 25 | New York | Engineering |
| Brian | 30 | London | Sales |
| Clara | 28 | Singapore | HR |