Tech Tips
Tech Tips
Passive Transformation -A Passive transformation does not change teh number of rows that pass through it i.e., it passes all rows through the transformation.
Active Transformation An Active transformation can change teh number of rows that pass through it from source to traget. It eliminates rows that do not meet the condition in transformation.
Aggregator Source Qualifier Filter Normalizer Joiner Rank Update Strategy Router Advanced External Procedure
Expression transformation:
Look at picture below to understand the scenario. You have two port as A and B with values given in picture. In between there is expression transformation with one filter condition given as PORT A> PORTB. So you are supposed to tell that "how many rows will be there in target after each row passing through filter condition ?
Lookup transformation:
You have a source and lookup table columns as given in picture. In case of performing lookup how many rows will get filtered? In other word explain all the rows populating to target table?