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

#101 Fixing bug with string `@language` tag support. #104

Closed robons closed 1 year ago

robons commented 1 year ago

Satisfies issue #101.

I also fixed the manifest-validation#test023 dialect: header=false scenario; the schema is not set in this test-case and our code couldn't distinguish between the tableSchema being unset and it being set with no columns defined.