ONSdigital / csvw-check

A CLI to validate CSV-Ws (W3C's CSV on the Web standard).
Apache License 2.0
1 stars 1 forks source link

Test the implementation against some CSV-W #55

Closed josepajay closed 3 years ago

josepajay commented 3 years ago

Ensure the tool validates csv-w. It should throw the expected errors and warnings when forced. This task is mainly aimed at testing the validation of csv (the contents inside .csv file). Validation of schema files are already tested