secretGeek / csvz

The hot new standard in open databases
Creative Commons Zero v1.0 Universal
30 stars 2 forks source link

Add `csvz-meta-meta` #22

Open secretGeek opened 4 years ago

secretGeek commented 4 years ago

A file can have

_meta/meta.csv

describing which of the standards you claim conformance with. e.g.

fragment conformance notes
csvz-0 strict this csvz file claims strict adherence with csv-0
csvz-meta-tables strict yes we have a _meta folder with a tables.csv file in it

...If they only claimed those two rules were followed then it would be up to the consumer to read the files and determine for themselves how to make sense of them.)

(suggestion: tools could generate this, or at least a draft f this, and tools can use this for configuring their own expectactions.

secretGeek commented 4 years ago

(This is inspired by @items in issue #14