Skip to main content

XML: Extract values from path

Get multiple values from an XML node.

Parameters

Path to extract
List of path to extract.
Pathrequired

Which XML path to extract. See XML path.

Label

Displayed label for the output connector. If left empty, it falls back to the value type's name.

Value typerequired

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.

Mandatory

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.

Ignore errors
Ignore errors when extracting values.

Input

XML noderequired

The XML node you want to extract the data from.

Output

Values

One output connector per configured row, labeled <label> (<type>). Connectors are always optional: a row that fails or matches nothing may emit no value.