dat-ecosystem / dat

:floppy_disk: peer-to-peer sharing & live syncronization of files via command line
https://dat.foundation
BSD 3-Clause "New" or "Revised" License
8.25k stars 449 forks source link

Linting csv files in options? #136

Closed chilijung closed 8 years ago

chilijung commented 10 years ago

Due to csv files is using in various kind of fields, implement csvlint might be helpful for some cases, just a thought. https://github.com/chilijung/csvlint.js

How do you think? Any ideas?

max-mapper commented 10 years ago

csvlint looks useful! could definitely make dat import --csv a bit more user friendly.

meanwhile, have you seen https://github.com/maxogden/csv-spectrum ? it might be useful for increasing robustness of csvlint

okdistribute commented 8 years ago

After a whole year of feedback from the community, we recently published a new version of dat. I think this would be best handled by an external module. Would you mind trying out the new dat with npm install -g dat? You can read about the new dat announcement on the website and how it works in the docs.