csvlint icon indicating copy to clipboard operation
csvlint copied to clipboard

Problem with quotes in tsv files

Open boydkelly opened this issue 6 months ago • 4 comments

When linting tsv files, I get:

$ csvlint -delimiter='\t' build/neo_ex.tsv 
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1035 has error: bare " in non-quoted-field

unable to parse any further

The record 1035 is as follows. But since this is tsv (for this very reason) should any quoting not be totally ignored as an error?

9010c36f-6958-48d9-ba2d-c50f65c8825d	dondon ko "ken ken kileri kɛ".	dyu	exm	dyuEx

boydkelly avatar Sep 01 '24 08:09 boydkelly