How to import JSON files?

Here's how you can import JSON files in WakeupData Connect.

There are two ways to automatically convert a JSON file to XML format so that it can be imported into the WakeupData Connect platform. One way is to use the following url:

https://services.wakeupdata.com/jsontoxml/jsontoxml.php?jsonsource=

and appending the url of the JSON file like this:

https://services.wakeupdata.com/jsontoxml/jsontoxml.php?jsonsource=https://plantorama.dk/inventories.json


The other way is to use the following url:

http://services.wakeupdata.com/json/convert.php?url= 

and appending the url of the JSON file like this: 

http://services.wakeupdata.com/json/convert.php?url=https://plantorama.dk/inventories.json


If these two methods both fail then the JSON file needs to be converted manually to XML. Please ask customer support for help on doing this by emailing support@wakeupdata.com. This is done by supporting using a PHP script.