Data-Liberation-Front / csvlint.io

Check that your CSV files are valid
http://csvlint.io
MIT License
73 stars 11 forks source link

Update /About to explain how to use a CSVW schema #265

Open Stephen-Gates opened 8 years ago

Stephen-Gates commented 8 years ago

W3C says CSVLint passed the CSVW Validation tests.

CSVLint/about doesn't mention this type of schema.

Can I use the CSVW schema instead of JSON Table Schema?

Where can I validate my CSVW schema before I use it to validate my CSV?

JeniT commented 8 years ago

The gem that csvlint.io is based on (https://github.com/theodi/csvlint.rb) supports CSVW and while we've wrapped that into csvlint.io it's not integrated all the way through (eg error messages won't be good yet). Best to use the command line that comes with csvlint.rb for the time being.

quadrophobiac commented 7 years ago

Hi @Stephen-Gates - renamed this ticket, hope you don't mind. I think it would help to update the about page to include the exact details of CSVw support active on the service. Whatever updates to the docs should be attentive to which version of library the service is currently running - see https://github.com/theodi/csvlint/pull/321#issuecomment-313630086