Changing the Order of Transforms
If you have more than one transform to run on a particular output field, you can define the order in which they run.
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 run
first. You must change the order of the transforms to run the second field transform
(Output.City2) first.