About adding and removing pipeline components

When you add or remove components, you must be careful to make any data source changes required to maintain the correct data flow.

To illustrate this point, examine the following pipeline:

pipeline diagram

If the example above is modified to include another component, PerlManipulator, that component must come between LoadMainData and PropDimMapper in the data flow of the pipeline. Adding PerlManipulator in this location requires that:

The resulting pipeline diagram would look like this:

updated pipeline diagram