Skip to main content
All tools/CSV ↔ JSON

CSV ↔ JSON Converter

Convert between CSV and JSON in either direction. Supports comma, semicolon, tab, and pipe delimiters. Upload files or paste directly.

Delimiter:
Indent:
CSV Input
JSON Output

Common QA use cases

Test data often lives in spreadsheets (CSV) but APIs expect JSON. Convert your test fixture CSV directly to JSON arrays ready to POST to your API. Going the other way, convert a JSON API response into CSV to share with a product manager or import into Excel for analysis.

The converter handles RFC 4180 quoted fields correctly — values containing commas, quotes, or newlines are preserved through the round-trip conversion.