Closed peterdesmet closed 1 year ago
@stijnvanhoey CSV files can be validated with:
datapackage.json
{ "profile": "tabular-data-package", "resources": [ { "name": "vpts", "path": "vpts.csv", "profile": "tabular-data-resource", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": "https://raw.githubusercontent.com/enram/vpts-csv/main/vpts-csv-table-schema.json" } ] }
path
vpts.csv
frictionless validate datapackage.json
handles on frictionless so-called "resource" level in https://github.com/enram/vptstools/pull/19
@stijnvanhoey CSV files can be validated with:
datapackage.json
file with the following content:datapackage.json
file in the same directory as your CSV file. Rename thepath
value if necessary to point to the CSV file (above namedvpts.csv
).frictionless validate datapackage.json