WRITE.XML
Write data to Xml-format.
Properties
From | Name of the Input Data Source. |
To | Name of the Output Data Source. |
Guide
The purpose of this Command is only to write the contents of the input-source to a File-path or send it to a Stream. No mapping or data manipulations are done.
If the input-source is an Xml document, this command will write out the Xml exactly as it is.
If the input-source is in the Table-format, the table will automatically be converted to Xml in a tabular structure, such as shown below.
<Data>
<Row>
<SUPPLIER_PID>AudiA4-42</SUPPLIER_PID>
<EAN>4023149515354</EAN>
<PRICE_AMOUNT>56000</PRICE_AMOUNT>
</Row>
<Row>
<SUPPLIER_PID>BMW-325</SUPPLIER_PID>
<EAN>5023149625378</EAN>
<PRICE_AMOUNT>47000</PRICE_AMOUNT>
</Row>
</Data>
- 1 Properties
- 2 Guide