cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to send the xml data to datatable

SaiSameera
12-Amethyst

How to send the xml data to datatable

How to send the xml data which is stored in the system to datatable

1 REPLY 1

Hi Sameera,

My first thought would be to use the following universal converter tool found using the link:

https://marketplace.thingworx.com/tools/Universal-converter

Use the tool to convert from xml to an infotable using the provided service ConvertXML & then you would just need to get the data from the infotable into a DataTable. You can achieve this using pretty straight forward javascript - you may want to use a for each loop to write the infotable rows to a datatable.

Hope this helps.

Andy

Top Tags