We’ve noticed that CommCareHQ has the ability for a user to upload a XForm
and convert it into JSON, that looks similar to the JSON Schema standard.
More specifically, the endpoint described here: https://confluence.dimagi.com/display/commcarepublic/Form+Data
We, at OpenFn, at the moment are building ODK Form -> JSON Schema (kind of
a) transformer and seeing what you people have done with your
implementation of the
aforementioned API ednpoint can be very helpful to us.
Since there’s a lot of open source software on your Github Org page, can
you point me to the repo(s) where this part of the system is stored?
I think the code you’re looking for is in this very small repository: https://github.com/dimagi/xml2json. It’s an internal format that we use for
easy access, but it doesn’t specifically adhere to the JSON Schema or any
other standard.
Cheers,
Danny
···
On Wed, Aug 26, 2015 at 10:48 AM Ile Eftimov wrote:
We’ve noticed that CommCareHQ has the ability for a user to upload a XForm
and convert it into JSON, that looks similar to the JSON Schema standard.
More specifically, the endpoint described here: https://confluence.dimagi.com/display/commcarepublic/Form+Data
We, at OpenFn, at the moment are building ODK Form -> JSON Schema (kind of
a) transformer and seeing what you people have done with your
implementation of the
aforementioned API ednpoint can be very helpful to us.
Since there’s a lot of open source software on your Github Org page, can
you point me to the repo(s) where this part of the system is stored?
···
On Wed, Aug 26, 2015 at 12:23 PM, Danny Roberts wrote:
I think the code you’re looking for is in this very small repository: https://github.com/dimagi/xml2json. It’s an internal format that we use
for easy access, but it doesn’t specifically adhere to the JSON Schema or
any other standard.
We’ve noticed that CommCareHQ has the ability for a user to upload a
XForm and convert it into JSON, that looks similar to the JSON Schema
standard.
More specifically, the endpoint described here: https://confluence.dimagi.com/display/commcarepublic/Form+Data
We, at OpenFn, at the moment are building ODK Form -> JSON Schema (kind
of a) transformer and seeing what you people have done with your
implementation of the
aforementioned API ednpoint can be very helpful to us.
Since there’s a lot of open source software on your Github Org page, can
you point me to the repo(s) where this part of the system is stored?