Create XML document from a table

Hi there,

 

I need to create an XML document from the contents of a table (419 columns x 15000 rows), each row needs to be a distinct XML document with the specific column headers. How can I do this ?

How can I cycle through the column headers and create the XML ?

Thanks in advance for your help,

Stanage

You can use the Table to JSON node and than the JSON to XML node.

This is actually the easiest solution.

Best, Iris