ColinMaudry / dgfr-tabular-metadata

Describing tabular data published on data.gouv.fr with CSVW metadata
0 stars 0 forks source link

Using the schema to validate CSVs #4

Open ColinMaudry opened 9 years ago

ColinMaudry commented 9 years ago

Although I'm not aware (yet) of a tool that would use CSVW metadata as validation schema, CSVW enables ways to define what the content of the columns should be.

Datatypes

Datatypes enable to type text values. The most common ones are already available in CSVW vocabulary, based on XML Schema datatypes.

(to be continued)

ColinMaudry commented 8 years ago

CSVlint (Ruby) does CSV validation, but also CSVW schema validation:

https://github.com/theodi/csvlint.rb