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

NumberFormat Validation #28

Closed josepajay closed 3 years ago

josepajay commented 3 years ago

Create NumberFormat class with all logic as in the Ruby implementation. To be used in property checker class while checking datatype property. Currently not implemented exception thrown since NumberFormat class is not implemented

Time estimates: 2 days