ckan / ckanext-validation

CKAN extension for validating Data Packages using Table Schema.
MIT License
28 stars 33 forks source link

Don't try to infer fields if the file is not a CSV #31

Closed amercader closed 6 years ago

amercader commented 6 years ago

CKAN resources are not restricted by file type so users can upload any file. I think the editor tries to read the contents on any type of file and fails. We should restrict it at the ckan level to just the formats supported (@roll not sure if the editor supports excel as well as csv?)

roll commented 6 years ago

Fixed in #25 (with tableschema-ui@0.1.17)