SetConnect

XMLcombine

Tools::XMLcombine

Description

Add the content of one XML file to the content of another XML file.

Options
XML file to add to output
The source XML file from which the content must be added to the output XML file.
XML Output File
The XML file to which the content must be added.
Root path to import data from

The XML path which contains the records that must be added to the output file.

Example:
In the example below the root-path would be <root> because this contains the records that must be added to the output file.

<root>
   <row>
      <tag1>data</tag1>
      <tag2>data2</tag2>
   </row>
   <row>
      <tag1>data3</tag1>
      <tag2>data4</tag2>
   </row>
   <row>
      <tag1>data5</tag1>
      <tag2>data6</tag2>
   </row>
</root>

Documentation

Release notes