trickvi / bdp2ckan

Turn a Budget Data Package into a CKAN instance
GNU General Public License v3.0
0 stars 0 forks source link

Currencies not handled very well #4

Open trickvi opened 9 years ago

trickvi commented 9 years ago

The currency is a property of the measures and is now only grabbed by looping over all measures and extracting the currencies and then submitting that as metadata on a dataset level. The script should look at what resources use the currency and put the currency as metadata on the resource, instead of the dataset. That might also be non straightforward because a resource might have multiple currencies as well. Need to figure out if this is something we need to worry about.