Spreadsheet export
Paste CSV exported from a spreadsheet and turn it into JSON objects.
Paste CSV exported from a spreadsheet and turn it into JSON objects.
Convert CSV files that use semicolons, commas, or tabs as separators.
Use dotted headers such as location.city to rebuild nested JSON objects.
This converter parses CSV in your browser and turns rows into JSON. The first row can become object keys, separators can be detected automatically, and dotted headers can rebuild nested objects when needed.
No. The conversion runs in your browser and the site does not receive the CSV you paste.
The tool can detect commas, semicolons, and tabs automatically. You can also choose one manually.
CSV values are kept as text by default. You can enable type detection for numbers, booleans, and null values.