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

XSD durations are not validated #75

Open josepajay opened 3 years ago

josepajay commented 3 years ago

The validateValue function in column class only handles numeric datatypes and datetime datatypes as of now. Xsd durations values also need to be checked for minInclusive, maxInclusive, minExclusive and maxExclusive.

The minimum, maximum, minimum exclusive, and maximum exclusive annotations indicate limits on cell values. These apply to numeric, date/time, and duration types. https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#value-constraints