IATI / IATI-Datastore

An open-source datastore for IATI data with RESTful web API providing XML, JSON, CSV plus ETL tools
http://datastore.iatistandard.org/
Other
1 stars 0 forks source link

Check CSV output uses 2.01 codelists correctly #216

Closed Bjwebb closed 9 years ago

Bjwebb commented 9 years ago

This might be a problem:

CONSTRAINT ck_organisation_role CHECK (role IN ('Extending', 'Accountable', 'Funding', 'Implementing'))

Bjwebb commented 9 years ago

The problem of the database constraint should be fixed by https://github.com/IATI/iati-datastore/commit/fe5c0e5940d51b959f83510becf9ad2b80cb37ae

However, there is still the problem that the CSV output uses the 1.0x codelists to output code names.

Bjwebb commented 9 years ago

Remaining tasks: