Re: [Dhis2-devs] CSV-JSON

2017-01-07 Thread Ime Asangansi
Sure, will be super useful. I'll do and post here. Thanks Ime Abuja On 1/7/2017 3:07 PM, Lars Helge Øverland wrote: CSV would be useful though, feel free to open a Jira improvement issue . On Sat, Jan 7, 2017 at 2:36 PM, Ime Asangansi

Re: [Dhis2-devs] CSV-JSON

2017-01-07 Thread Lars Helge Øverland
CSV would be useful though, feel free to open a Jira improvement issue . On Sat, Jan 7, 2017 at 2:36 PM, Ime Asangansi wrote: > Thanks so much, Lars and Knut. > Really appreciate. > > Ime > > > > On 1/6/2017 5:37 PM, Lars Helge Øverland wrote: > > Hi Ime, > > CSV is sim

Re: [Dhis2-devs] CSV-JSON

2017-01-07 Thread Ime Asangansi
Thanks so much, Lars and Knut. Really appreciate. Ime On 1/6/2017 5:37 PM, Lars Helge Øverland wrote: Hi Ime, CSV is simply not supported. Please see the docs: https://ci.dhis2.org/docs/master/en/developer/html/webapi_analytics.html#webapi_analytics_data_value_set_format You can retrieve

Re: [Dhis2-devs] CSV-JSON

2017-01-06 Thread Lars Helge Øverland
Hi Ime, CSV is simply not supported. Please see the docs: https://ci.dhis2.org/docs/master/en/developer/html/webapi_analytics.html#webapi_analytics_data_value_set_format You can retrieve data in the raw data value set format from the dataValueSet resource: /api/26/analytics/dataValueSet The f

Re: [Dhis2-devs] CSV-JSON

2017-01-06 Thread Knut Staring
Not sure...I think you could report it as a Jira issue. On Jan 6, 2017 2:43 PM, "Ime Asangansi" wrote: > Thanks so much, Knut! Really appreciate your very quick reply! > Your examples work, but for some reason, I still face the problem I was > having. > > I can replicate the problem on the demo

Re: [Dhis2-devs] CSV-JSON

2017-01-06 Thread Ime Asangansi
Thanks so much, Knut! Really appreciate your very quick reply! Your examples work, but for some reason, I still face the problem I was having. I can replicate the problem on the demo server. Please see the following: This json below works: https://play.dhis2.org/demo/api/25/analytics/dataValue

Re: [Dhis2-devs] CSV-JSON

2017-01-06 Thread Knut Staring
If you want to use DataValueSet, you should use that endpoint: https://play.dhis2.org/demo/api/dataValueSets.csv?dataSet=pBOMPrpg1QX&orgUnit=DiszpKrYNg8&period=201602 On Fri, Jan 6, 2017 at 11:50 AM, Knut Staring wrote: > Hi Ime, > > This seems to work fine: > https://play.dhis2.org/demo/api/an

Re: [Dhis2-devs] CSV-JSON

2017-01-06 Thread Knut Staring
Hi Ime, This seems to work fine: https://play.dhis2.org/demo/api/analytics.csv?dimension=dx:fbfJHSPpUQD&dimension=pe:2016&dimension=ou:O6uvpzGd5pu;lc3eMKXaEfw Knut On Fri, Jan 6, 2017 at 7:11 AM, Ime Asangansi wrote: > Good day friends, > > I'm a web-api newbie here, in need a kind and quick c