Skip to main content

CSV Viewer & Validator

CSV Viewer & Validator renders delimited text as a table and points out where it is inconsistent.

How to use it

  1. Paste your CSV data into the input box
  2. Pick a delimiter, or leave it on auto-detect
  3. Review the preview table, row/column counts, and any consistency warning

It detects the delimiter from the first line — comma, semicolon or tab — and shows the row count, the column count and any row whose number of columns differs from the header. The parser is a real state machine, so quoted fields, escaped double quotes and line breaks inside a quoted cell are handled correctly; a stray quote in the middle of a field is kept as-is rather than raising an error. It only displays the data — it does not fix, sort or reformat it. To turn the rows into objects for code, use CSV to JSON; to strip repeated rows, use CSV Duplicate Row Remover. Input is limited to 2 MB, 50,000 rows and 250,000 cells, and the file is read entirely in the browser.

FAQ

We use cookies to run this site and, with your consent, to understand usage and personalize ads. You can change your choice at any time.