csvlint icon indicating copy to clipboard operation
csvlint copied to clipboard

Flag to show more verbose errors/failed row

Open jamesspittal opened this issue 4 years ago • 0 comments

Hi,

I'm running csvlint as follows:

./csvlint large_csv.csv

I get:

$ ./csvlint large_csv.csv
Record #13361 has error: wrong number of fields in line

Is there a flag or option we can use to find the exact error/raw lines surrounding record #13361?

jamesspittal avatar Jan 27 '21 22:01 jamesspittal