You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special modes for ckan => f11s conversion b/c default mode is very unmagical. e.g.
Expansive mode: add title from name on resource, ...
Strict mode: do work to make sure it is a valid f11s object e.g. name is lower-cased on resource and package, add resources empty array if no array, add name
Map a CKAN data dictionary to table schema
Strict mode
Name and title properties
We have existing tests in test_converter.py that ensure "name" and "title" are processed stricly:
resources
empty array if no array, add nameStrict mode
Name and title properties
We have existing tests in
test_converter.py
that ensure "name" and "title" are processed stricly:Those have been refactored like this for now:
Sluggifying tags
In strict mode, we may have to sluggify CKAN tags when converting
keywords
from Frictionless totags
in CKAN. Something like:Map a CKAN data dictionary to table schema
The text was updated successfully, but these errors were encountered: