cioos-siooc / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers datahub.io, catalog.data.gov and europeandataportal.eu/data/en/dataset among many other sites.
http://ckan.org/
Other
2 stars 4 forks source link

consider adding a default_fields attribute to the harvester configs #204

Open fostermh opened 10 months ago

fostermh commented 10 months ago

this would operate like default extras except it would set fields that are in the schema. It would be nice to allow existing field replacement so something like "Hakai {projects}" would results in "Hakai Nearshore" if projects = ['Nearshore'].

How to handle values that are lists or json strings?