Changing the Order of Transforms

If you have more than one transform to be executed on a particular output field, you can define the order in which they are executed.

Note: If you map a single field to two different output fields (for example, ValidateAddress.City to Output.City1 and ValidateAddress.City to Output.City2), and you add transforms to each field, the transform for the secondary field must be executed first. You must change the execution order of the transforms to execute the second field transform (Output.City2) first.
  1. Double-click the Transformer stage. The Transformer Options dialog box appears.
  2. Select a transform and use the Move Up and Move Down buttons to rearrange the order of the transforms. The top transform will be executed first.
    Note: Dependent transforms cannot be moved above primary transforms (the transforms upon which the dependent transforms rely).
  3. Click OK.