XML: Extract values from path
Get multiple values from an XML node.
Parameters
Which XML path to extract. See XML path.
Displayed label for the output connector. If left empty, it falls back to the value type's name.
The type of the value to extract. Two special cases:
XML: emits the matched node itself instead of its text.
Array: emits all matching nodes as an array of XML nodes; an empty match set counts as "path not found".
Any other type parses the matched element's text content.
Rows added via the UI start with Mandatory off. When on, a missing path or
cast failure for the row is collected and the node fails with all
accumulated errors (MultipleError). When off, the output connector is
optional and the row silently emits nothing on error.
Input
The XML node you want to extract the data from.
Output
One output connector per configured row, labeled
<label> (<type>). Connectors are always optional:
a row that fails or matches nothing may emit no value.