Re: [Dhis2-devs] [Dhis2-users] Interoperability - Export Tracker to JSON

2017-09-15 Thread Jesus Solano-Roman
Hi Chase.Are you talking about using the Web API or a feature within the interface? For the API solution, you can simply use an HTTP request with the corresponding required values (basically the ID of the tracker (event)

Re: [Dhis2-devs] Event Import in 2.26

2017-08-21 Thread Jesus Solano-Roman
17-08-21 16:32 GMT+01:00 Jesus Solano-Roman <asol...@broadinstitute.org>:Hi Pepe.I believe there's a couple of issues with your csv. I realize this is confusing because the CSV you obtain when you export the data has a format that -is not the same- as the one you need to import th

Re: [Dhis2-devs] Event Import in 2.26

2017-08-21 Thread Jesus Solano-Roman
Hi Pepe.I believe there's a couple of issues with your csv. I realize this is confusing because the CSV you obtain when you export the data has a format that -is not the same- as the one you need to import the data to DHIS2 (I was very confused by this as well).If you're using the UI to import a

Re: [Dhis2-devs] [Dhis2-users] Betr: Import of coordinates fails in v2.27(DHIS2)

2017-08-21 Thread Jesus Solano-Roman
ve coordinates/ Will work around that before reporting it. > > > > *From:* Jesus Solano-Roman [mailto:asol...@broadinstitute.org] > *Sent:* 21 August 2017 15:30 > *To:* Kristiyan Panayotov <kristi...@logicaloutcomes.net>; Nghia Nguyen < > nghianguyentra...@gmail.com> > > &

Re: [Dhis2-devs] [Dhis2-users] Betr: Import of coordinates fails in v2.27(DHIS2)

2017-08-21 Thread Jesus Solano-Roman
>> >> >> >> Kris >> >> >> >> *From:* Terence Scott [mailto:terence.sc...@rabiesalliance.org] >> *Sent:* 21 August 2017 12:17 >> *To:* Kristiyan Panayotov <kristi...@logicaloutcomes.net> >> *Cc:* Jesus Solano-Roman <asol..

Re: [Dhis2-devs] [Dhis2-users] Betr: Import of coordinates fails in v2.27(DHIS2)

2017-08-17 Thread Jesus Solano-Roman
Hello all. I have yet to submit an issue regarding this. In my case it was impossible to upload coordinates in CSV for event data. I tried with header, without header, using square brackets for the coordinates, using quotation marks, etc. If you have a comma without quotation marks the parser

Re: [Dhis2-devs] DHIS 2

2017-08-16 Thread Jesus Solano-Roman
Omer, please take a look at the documentation regarding UI customization:https://docs.dhis2.org/master/en/developer/html/dhis2_developer_manual_full.html#webapi_ui_customizationIn theory CSS would load on page load, if the CSS file is located in the right folder and the right format. Antonio

Re: [Dhis2-devs] CSV Event upload failed: "latitude" not a valid Double value

2017-08-07 Thread Jesus Solano-Roman
 Morten Olav HansenSenior Engineer, DHIS 2University of Oslohttp://www.dhis2.org On Fri, Aug 4, 2017 at 10:06 PM, Jesus Solano-Roman <asol...@broadinstitute.org> wrote:SECOND UPDATE: Sorry to keep updating this but I cannot edit the original post.I realized that the header had to be removed a

Re: [Dhis2-devs] CSV Event upload failed: "latitude" not a valid Double value

2017-08-04 Thread Jesus Solano-Roman
ogies for the constant updates. On Fri, Aug 4, 2017 at 3:41 PM, Jesus Solano-Roman < asol...@broadinstitute.org> wrote: > UPDATE: I noticed that the csv file I downloaded from DHIS2 with a sample > of the Event data does not contain quotations so I did the same on the > e

Re: [Dhis2-devs] CSV Event upload failed: "latitude" not a valid Double value

2017-08-04 Thread Jesus Solano-Roman
Also If I upload manually using the import function inside DHIS2, the dry run shows the following conflicts: event Data element not found or not accessible tHF7qDZVeoT Data element not found or not accessible and all elements are ignored. Thanks again. On Fri, Aug 4, 2017 at 3:27 PM, Jesus Solano-Ro

[Dhis2-devs] CSV Event upload failed: "latitude" not a valid Double value

2017-08-04 Thread Jesus Solano-Roman
Hello all. I've constructed a csv file to bulk import Events to a local instance of DHIS2 as per guidelines from the documentation . My curl command to upload is the following: curl