Apply Mapping Pipeline StepΒΆ
Data Exchange Framework includes the Apply Mapping Pipeline Step
pipeline step. The pipeline step processor assigned to this
pipeline step implements the following logic:
- Read the source object from the pipeline context
- Read the target object from the pipeline context
- Read the value mapping set assigned to the pipelines step
- Apply the value mapping set specified on the property
Mapping Set
on the pipeline step
The pipeline step processor requires a source object and a target
object be set in the pipeline context using the
Sitecore.DataExchange.Plugins.SynchronizationSettings
plugin.
This plugin must be set up by a pipeline step processor that ran
prior to this pipeline step processor.
Note
More information on this component is available in the Component Reference section, under Apply Mapping.