Simple Mapping

If you have recurring logic in various pipelines, consider using the Simple Mapping to avoid repeating the same logic over and over in your pipelines.

The Simple Mapping is a pipeline reading from a Mapping input and writing to a Mapping output transform.

You can re-use the work in other pipelines using the Simple Mapping transform.

To turn an existing sequential chain into a mapping, select the transforms on the canvas and choose Create mapping from the transform context menu.

When the reusable logic needs more than one input or output, or info / target hops, use Multi Mapping instead.