With 0.11, we already validate and normalize the CSV during analysis.
Will need to add schema support, perhaps, by looking for a schema.json attribute in the package?
If that's set, it will use the designated schema (may it be another resource in the CKAN instance, or a schema.json file on a URL) to validate the resource before pushing it.
With 0.11, we already validate and normalize the CSV during analysis.
Will need to add
schemasupport, perhaps, by looking for aschema.jsonattribute in the package?If that's set, it will use the designated schema (may it be another resource in the CKAN instance, or a schema.json file on a URL) to validate the resource before pushing it.