JSON CSV Converter
Convert between JSON and CSV table data.
Format and clean CSV data — convert delimiters, trim whitespace, remove empty or duplicate rows, and convert to Markdown tables.
This tool lets you quickly format, clean, and convert CSV data without leaving the browser.
Unlike the JSON↔CSV Converter — which converts between JSON and CSV formats — this tool focuses on formatting and transforming CSV itself. Use it to trim whitespace from copied data, convert comma-separated files to tab-separated, remove blank or duplicate rows, or turn a CSV into a Markdown table ready to paste into a README or wiki.
The JSON↔CSV Converter transforms data between JSON and CSV formats. This CSV Formatter focuses on formatting and cleaning CSV data itself — converting delimiters, trimming whitespace, removing duplicates, and converting to other text formats like Markdown tables.
Parsing follows the RFC 4180 standard. Fields containing commas, newlines, or double quotes are quoted in the output. Enable "Quote all fields" to force every field to be wrapped in double quotes.
The tool processes text pasted into the textarea, which the browser handles as UTF-8. Direct reading of Shift-JIS or other encoded files is not supported.
The tool processes data in browser memory, so it works well for small to medium-sized datasets (up to tens of thousands of rows). Very large files may impact performance.