Transformation Designer - element parameters - function

The function element is used to specify the name of a user provided script function together with the parameters that should be passed to the function.

<function name="name">

		<param/>

</function>

Parameters

name (mandatory)
The name of the user provided script function.
param (zero or more)
A set of parameters with associated values to pass to the named script function.

Remarks

The function element is used as part of the transform element to specify the function that should be used to create data in the output data.