Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV on the web support #141

Closed
Floppy opened this issue Aug 21, 2015 · 1 comment · Fixed by #142
Closed

CSV on the web support #141

Floppy opened this issue Aug 21, 2015 · 1 comment · Fixed by #142
Assignees

Comments

@Floppy
Copy link
Member

Floppy commented Aug 21, 2015

From @JeniT:

Specs are at:

http://w3c.github.io/csvw/syntax/
http://w3c.github.io/csvw/metadata/

The examples at:

http://w3c.github.io/csvw/csv2json/#examples

are particularly useful.

There are tests are described at:

http://www.w3.org/2013/csvw/tests/

and are in Github at:

https://github.com/w3c/csvw/tree/gh-pages/tests

There’s a manifest in JSON at:

https://github.com/w3c/csvw/blob/gh-pages/tests/manifest.jsonld

which points to the manifest for the validation tests (which are the only ones I think we have to care about) which is at:

https://github.com/w3c/csvw/blob/gh-pages/tests/manifest-validation.jsonld

Creating something that maps that test manifest into whatever format tests are needed for csvlint would be good.

I suspect that you will want to distinguish between validation based on datapackage and validation based on CSV on the Web metadata: there are many similarities but they’re not identical.

@JeniT
Copy link

JeniT commented Sep 1, 2015

I have started to implement this in the feature-csvw-validation branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants