Set
Sets a field in the output data to a fixed value.
<set>
<target/>
<value/>
</set>
Parameters
target
- Specifies the fully qualified target path that will be generated in the output data. This parameter is mandatory.
value
- Specifies the value to put in the output. This parameter is mandatory.
Example 1
<!--Sets the output year to a fixed value-->
<set>
<target>SSC/Payload/SalesOrder/Date/Year</target>
<value>1998</value>
</set>