XML Join
Options
Option | Description |
---|---|
Transform name | Name of the transform. |
Target XML Transform | Transform that sends the target document to the join. |
Target XML Field | Field that contains the XML structure. |
Source XML Transform | Transform that send the XML structure(s) to the join that need to be added to the target. |
Source XML Field | Field that contains the XML structures that get added to the target. |
XPath Statemen | XPath statement to find the node in the target document where the tags will be added. When the complex join is eneabled a single ? is used as a placeholder. |
Complex Join | Flag to enable the complex join syntax, using the placeholder in the XPath Statment |
Join Comparision Field | Field that contains the values that get replaced in the XPath Statement |
Result XML field | The field that wil contain the result. |
Encoding | Encoding to be used in the XML Header and to transform the XML. |
Omit XML header | Should the XML header be omitted? The encoding of the target XML will be preserved |
Omit null values from XML result | Without checking this option, null values are added to the XML output as an empty element, for instance: <abc/>. When this option is checked, these tags are completely omitted in the output. This is useful to save space in the output file (for high volume transactions) and to create special needed output. |