dpm-js icon indicating copy to clipboard operation
dpm-js copied to clipboard

Data Validation Support

Open rufuspollock opened this issue 10 years ago • 1 comments

Validate (tabular) data against schema using https://github.com/okfn/json-table-schema-validator

  • [ ] Support validating all files or just one selected file from resources - just columns and types
    • [ ] Load from CSV
    • [ ] Pass to JSON Table Schema Validator
  • [ ] Support for constraints
  • [ ] Support pointing at a random data file (not just one already in datapackage.json)

rufuspollock avatar Nov 09 '14 10:11 rufuspollock

We can do this shortly using https://github.com/frictionlessdata/jsontableschema-js

pwalsh avatar May 26 '16 14:05 pwalsh