Data Formats
JSON CSV converter
Convert JSON records into CSV and parse CSV back into formatted JSON. CSV input can auto-detect comma, semicolon, and tab delimiters.
Objects become one-row tables. Arrays become multiple rows. Nested values are stored as JSON strings in cells.
The first row is treated as column headers when converting CSV to JSON.
Status
CSV input delimiter: Semicolon (;) (auto-detected)
Ready to convert in either direction.