Element parameters
transformationThe root element for the transformation.
targetUsed as part of the map, set and transform commands to define the location in the output data to write values.
sourceUsed as part of the map command to define the data in the input that should be mapped to data in the output.
valueUsed as part of the set command to specify a fixed value that should be written to the output.
functionUsed as part of the transform command to specify the function that should be called to calculate the output data.
paramUsed as part of the function element to provide parameters to the function.
scriptUsed at the top level of the transformation to specify script functions.