Skip to main content
1-Visitor
June 27, 2017
Question

How to generate xml file from data tables?

  • June 27, 2017
  • 2 replies
  • 2101 views

I want to generate xml file when user click on "submit". I want to generate xml for that specific data only not for whole column.

2 replies

15-Moonstone
June 27, 2017

Rishikesh, take a look ContentLoaderFunctions in ThingWorx specifically at using PostXML function to see if that does what you need.

rsalunkhe1-VisitorAuthor
1-Visitor
June 28, 2017

Hi Marek Nowaczyk​,

I want to generate xml file from properties which is changed in data table. Not for all data table xml will generate only for changed data(specific to one row only). Can this is possible Thingworx?

rsalunkhe1-VisitorAuthor
1-Visitor
July 3, 2017

Hi Marek Nowaczyk​,

I want to convert only single record to xml. My desired operation required when data is changed that record is converted into xml file. How can this possible?