- CSV Tools Online — Validate, Convert & Summarize CSV Instantly
- CSV Tools — Validate, Format, Minify & Convert (Client-Side) | FeuTex
- XML Formatter for Notepad++ (Pretty Print, Minify, Validate) | FeuTex
- Meta Checker Google — Title, Description & Robots Preview (Offline)
- Online Converter — Convert Base64, URL, HTML, JSON, Case & Slugs | FeuTex
How to use
This tool is designed to behave predictably on Windows (including CRLF handling) and common Excel exports.
- Paste your CSV into the input box (or drop a .csv file).
- Choose Auto delimiter (recommended) or pick one manually.
- Click Validate to see row/column counts and common issues.
- Use Convert / To JSON / To TSV to generate the output.
- Click Copy Output to paste the result into Excel, Notepad++, or your app.
FAQ
Does this CSV tool work well on Windows?
Yes—it's built to handle Windows CRLF line endings and common Excel-style CSV exports.
Can it handle semicolon-separated CSV (Excel regional settings)?
Yes. Use auto-detect or pick “Semicolon (;)”, then convert to comma or TSV.
Will it parse quoted fields and embedded newlines correctly?
Yes. Quoted fields support escaped quotes (""") and can contain commas, tabs, and newlines.
What does “Normalize Line Endings” do?
It re-writes the CSV using your chosen EOL style (CRLF or LF) without changing the data.
Is my CSV uploaded to a server?
No. The tool runs entirely in your browser and does not make network requests.
Why do I get an “Inconsistent column count” error?
At least one row has fewer or more fields than the first row—often caused by a missing quote or a stray delimiter.
Can I convert CSV to JSON with headers?
Yes. Enable “Header row” to output an array of objects using the first row as keys.