XML Row Combine and Write

The node takes the XML documents of the selected column, combines them into a single document under a configurable root element, and writes it to the selected output file.

Options

XML column
Select the column containing the XML cells to be combined and written to the output file.
Output file
Enter the path to the output file where the combined XML document will be written.
Overwrite existing files
If checked, an existing output file will be overwritten. If unchecked, the node will fail if the output file already exists.
Root element
Enter the qualified name of the root element that will wrap all XML cells in the output file. You may use a namespace prefix if the corresponding namespace is declared in the root element attributes below (e.g. ns:root).
Attributes of the root element
Define the attributes to be added to the root element. Use xmlns or xmlns:prefix as the name to declare XML namespaces.
  • Name: The name of the attribute to add to the root element. To declare an XML namespace, use xmlns as the name for the default namespace or xmlns:prefix to declare a namespace with a prefix (e.g. xmlns:ns).
  • Value: The value of the attribute. When declaring an XML namespace (using xmlns or xmlns:prefix as the name), enter the namespace URI here (e.g. http://www.example.com/ns).

Input Ports

Icon
Input table containing at least one XML column.

Output Ports

This node has no output ports

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.