data4development / iati-workbench

Create IATI data files from a mix of spreadsheets and IATI input files.
https://developer.data4development.nl/iati-workbench/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Filter out "n/a" values in S2I conversions #13

Open rolfkleef opened 2 years ago

rolfkleef commented 2 years ago

When adding values, filter out common text strings, at least "n/a".

Perhaps make it broader: only add numerical values (as per IATI rules, although the schema allows text in target/actual/baseline values).

See what to do with non-numerical strings other than "n/a" or similar NULL texts: add to comment field?

rolfkleef commented 2 years ago

Filtering it out in Akvo conversions. Moving it back to Icebox to implement in S2I in general, after better defining which values to replace.