Open ThrawnCA opened 2 years ago
It all boils down to the support for it in the underlying library. I'm not sure about goodtables but frictionless-py does support ODS (maybe you need to install additional dependencies), so hopefully that will be supported in the next version.
You can try including ods
in ckanext.validation.formats
and see if it currently works.
ODS files are recognised by eg XLoader as tabular types, and can be parsed into the datastore, but ckanext-validation doesn't currently support them. How much effort would it take to include them?