Hi,

here my situation:

I would like to import data that is returned from a weservice call in json format, something like: 

{

 

  "status_product_detail": {     "codice_value": "00001",     "out_of_sla": "Within the Service Target",     "creation_ore": "10:25",     "creation_date": "21-05 10:25",     "product": "ABC",      priority": "1",     "isTopService": "false"   } }   My idea was use XML source for the datafeed. like for RSS 2.0. I could insert the web-url to obtain the data in json format. But at this point I don't know how to config the datafeed options to read the data correctly. I'm not sure, but I think that I could use the "prepocessing" that allow me to import a xsl file. But i'm not able to identify how this preprocessing file should be written to convert json format to xml.   Anyone can help me?   thanks         

 or register to reply.

Notify Moderator