You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DonMartin76 edited this page Jul 22, 2015
·
1 revision
Writing XML Files
The XML Writer plugin is an extremely simple implementation of an XML output for arbitrary tabular data. In order to do so, use the following target definition:
<Targetconfig="">file://[path to output file.xml]</Target>
Here, it is important the file name ends with .xml, otherwise the XML Writer will not "feel responsible" for writing the output. The prefix xml:// is equivalent to using the file:// prefix. The file name still has to end with .xml.
There are currently no possibilites of configuring the output, so that the output fields always look the following way:
Where field 1 corresponds to the field definitions in the configuration file, and the value 1 to the evaluated expression (as in any other case, too, like CSV).