0% found this document useful (0 votes)
37 views

Tech Tips

An active transformation can change the number of rows passing through it from source to target by eliminating rows that do not meet conditions in the transformation. An expression transformation with a filter condition of port A > port B will result in 1 row passing through to the target, as only the row where the value in port A (3) is greater than the value in port B (2) meets the condition. A lookup transformation with the given source and lookup table will result in 2 rows populating the target table, as both rows in the source table meet the join condition to rows in the lookup table.

Uploaded by

hsmanian
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Tech Tips

An active transformation can change the number of rows passing through it from source to target by eliminating rows that do not meet conditions in the transformation. An expression transformation with a filter condition of port A > port B will result in 1 row passing through to the target, as only the row where the value in port A (3) is greater than the value in port B (2) meets the condition. A lookup transformation with the given source and lookup table will result in 2 rows populating the target table, as both rows in the source table meet the join condition to rows in the lookup table.

Uploaded by

hsmanian
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 6

A mapping variable can take its starting value from Parameter file Pre-session variable assignment Value saved

in the repository Initial value Default Value

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.

Informatica Active 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?

You might also like