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

DateFormat Validation #29

Closed josepajay closed 3 years ago

josepajay commented 3 years ago

DateFormat class is only partially implemented in the current codebase. Entire code in this class is commented as of now due to a compilation issue. Inspect this class to fix this and add any missing functions/logic to DateFormat to be used in PropertyChecker. (Currently a notImplemented error is raised at places where DateFormat class is used)

Complete DateFormat class with all logic as in the Ruby implementation. To be used in property checker class while checking datatype property.

Time Estimates: 2 days