<Outputs>

The <Outputs> element is a child of the <Step> element, and the parent of one or more <Output> elements.

<Output>

Each <Output> element assigns a property of the target business object to an output ID so it can be used in other steps. This table describes each attribute of the <Output> element.

AttributeDescription
Source Source of the data for the output. This attribute specifies a property of the parent step’s target business object. You can use dot notation to drill down to child objects.

Note that this is different from the other Source attributes in the import mapping file, because the Source usually specifies an XML node in the import data file, not a business object property. Required.

IdID of the output, used to refer to this value in other steps. Required.
DefaultValueDefault value to use for the output if no source data is found.