How to use
Paste your CSV, choose delimiter options, then run the check.
- Paste CSV text into the input box.
- Select Delimiter (or keep Auto-detect).
- Optional: enable Header row and Ignore empty lines.
- Click Check CSV to get a validation report and mismatched rows (if any).
FAQ
What does this CSV format checker validate?
It checks delimiter parsing, quoted fields, unclosed quotes, and whether each row has the same number of columns.
Does it support commas inside quoted fields?
Yes. Delimiters inside quotes are treated as data, and escaped quotes ("") are supported.
Can it detect the delimiter automatically?
Yes. Auto-detect compares common delimiters (comma, semicolon, tab, pipe) on the first few non-empty lines.
What does “Header row” change?
If enabled, the first parsed row is treated as a header for reporting; column consistency is still checked against the first row’s column count.
Why do I see “inconsistent column count”?
At least one row has more or fewer fields than the expected column count, usually due to missing delimiters or broken quoting.
Is my CSV uploaded anywhere?
No. The tool runs in your browser and does not send data to a server.
Can I validate TSV or semicolon-separated files?
Yes. Choose Tab or Semicolon as the delimiter (or leave Auto-detect on).