Element parameters

  • transformation

    The root element for the transformation.

  • target

    Used as part of the map, set and transform commands to define the location in the output data to write values.

  • source

    Used as part of the map command to define the data in the input that should be mapped to data in the output.

  • value

    Used as part of the set command to specify a fixed value that should be written to the output.

  • function

    Used as part of the transform command to specify the function that should be called to calculate the output data.

  • param

    Used as part of the function element to provide parameters to the function.

  • script

    Used at the top level of the transformation to specify script functions.