CSV JSON TSV Converter
Pick an input and output format among CSV, JSON, and TSV, then convert data between them. Useful for turning a spreadsheet export into an object array for code, or the reverse.
CSV, JSON, and TSV converter
How to use
- Choose the input and output formats.
- Paste the data you want to convert.
- Copy or download the converted output.
Frequently asked questions
- What JSON shape does this tool expect?
- An array of flat objects with scalar values — strings, numbers, or booleans. Objects or arrays nested inside a field are not converted correctly.
- Can I convert a CSV that has commas inside quoted fields?
- Yes, quoted fields containing commas are parsed correctly and will not be split into extra columns.
Privacy
Data is converted entirely in your browser and never sent to a server.
Related tools
- JSON Formatter
Paste JSON to indent it, minify it, or find the exact position of a syntax error. Everything runs in your browser, so payloads never leave the page.
- Text Case and Duplicate Cleaner
Convert text between upper, lower, title, sentence, camelCase, snake_case, kebab-case and URL slug, or remove duplicate lines from a list. Nothing you paste leaves your browser.
- Regex Tester
Enter a pattern, flags, and test text to see matching ranges and capture groups highlighted live. Testing runs in your browser, so test data never leaves the page.