Common use cases
- API fixtures
- Convert spreadsheet data into JSON arrays.
- Data imports
- Turn JSON records into CSV for review or upload.
- QA datasets
- Prepare test data in the format your tool expects.
Convert CSV to JSON and JSON back to CSV directly in the browser.
Your tool
Use it well
FAQ
CSV to JSON works best when the first row contains column names.
Simple arrays of flat objects convert best. Nested structures may need manual review.
CSV files can use commas, semicolons or tabs depending on locale and software.
OnSubmit tools run in the browser whenever the task can be processed locally. Avoid pasting production secrets, real banking details or personal data into public tools.