XPathFunction - 7.3

Talend Data Mapper Functions Reference Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Calls an XPath function.

The XPathFunction function calls an XPath function optionally passing it the each of the arguments of the expression.

To refer to all of the arguments of the expression in the parameter list, specify %v . For example, to call the fn:concat XPath function with all of the arguments, specify fn:concat(%v) in the Function Name/Args property.

To get a single argument, you may also specify %an where n is the number of the argument starting with zero.

Arguments

Variable arguments Add XPath arguments. They can be structure elements or functions.

Properties

Function Name/Args Enter the XPath function name to call.