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

Bug with last_updated_datetime with API endpoint #276

Closed allthatilk closed 7 years ago

allthatilk commented 7 years ago

The last_updated_datetime value seems to be returning a strange string date when running this query http://datastore.iatistandard.org/api/1/access/activity.xml?limit=1&last-updated-datetime__gt=2017-08-12:

screen shot 2017-08-14 at 17 06 42

andylolz commented 7 years ago

That’s due to a bug with the source IATI data for the Belgian Development Agency (BTC). See: https://open.btcctb.org/iati/all-activities.xml

screen shot 2017-08-17 at 10 28 38

So I reckon this issue is probably closable (and perhaps raised with BTC.)

allthatilk commented 7 years ago

Great sleuthing! This does seem to be the case, though I believe I did find this problem with more than one dataset last week but now can't replicate this. Will close and hopefully this won't crop up again in the future =)