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

Fix the code base + support reading HTTP headers. #77

Closed josepajay closed 1 year ago

josepajay commented 3 years ago

There are 3 test scenarios failing as of now since we do not process this information.

Headers while fetching the csv (source url) must be processed.

https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#link-header

mikeAdamss commented 2 years ago

Made some progress before getting retasked, progress on this branch: https://github.com/GSS-Cogs/csvw-check/tree/issue-77/headers

The ISSUE-77-REAMDE.md file has some high level information about what I did thus far and why.