csse-uoft / ckanext-udc

GNU Affero General Public License v3.0
1 stars 0 forks source link

metadata labels duplicated in mapping.csv file #57

Closed bgajdero closed 10 months ago

bgajdero commented 10 months ago

In the zipped (example.zip) file mapping.csv, I see both notes and description being used as mappings. But these are the same fields. What occurs there?

Have we not fallen back on this original labels, e.g. notes?

'organization_and_visibility':'organization'
'source': 'url'
'notes' :'description'

There should only be one field used in the mapping, i.e. the original CKAN field names.