frictionlessdata / pilot-pnnl

Pilot project with ADBio PNNL
https://adbio.pnnl.gov/bioviz/
1 stars 1 forks source link

Make sure metadata.tsv can actually be validated by Good Tables #12

Closed danfowler closed 7 years ago

danfowler commented 7 years ago

Current structure:

Header,Header,Header

constraint,constraint,constraint

description,description,description

Can be specified using JSON Table Schema so metadata.tsv should be restructured to be proper tsv file.

https://github.com/ActiveDataBio/ADB-User-Study/blob/master/metadata.tsv

danfowler commented 7 years ago

After discussion, it seems that, at least for a first round, the metadata.tsv should remain the same. Good Tables will just fail for rows 2 and 3. @roll