Skip to content
DDevToolery

CSV Validator

Find ragged rows, duplicate headers and quoting problems.

Loading tool…

About this tool

Checks delimited data for the problems that break importers: ragged rows, duplicate or empty headers, and unterminated quoted fields. Each issue is reported with its row number.

Questions

What causes an unterminated quote?
An odd number of double quotes, usually because a value containing a quote was not escaped by doubling it. Everything after that point is read as one enormous field.

Privacy

This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.