Transformation Designer - element parameters - set
Sets a field in the output data to a fixed value.
<set> <target/> <value/> </set>
Parameters
- target (mandatory)
- Specifies the fully qualified target path that will be generated in the output data.
- value (mandatory)
- Specifies the value to put in the output.
Example 1
<!--
Sets the output year to a fixed value
-->
<set>
<target>SSC/Payload/SalesOrder/Date/Year</target>
<value>1998</value>
</set>