csvlint.rb icon indicating copy to clipboard operation
csvlint.rb copied to clipboard

Support CSV dialects in CLI

Open alexshpilkin opened this issue 5 years ago • 2 comments

The library supports specifying a CSV dialect (e.g. TSV), and so does the CSVW spec in more or less the same manner, but the command-line tool doesn’t pick up this info. Why not?

[Note that there are some minimal changes in the CSVW spec compared to CSVDDF—e.g. lineTerminators (may be a string or array of strings) not lineTerminator. I’d be OK even with a CSVDDF-equivalent subset.]

alexshpilkin avatar May 09 '19 07:05 alexshpilkin