Source Qualifier is an active t/r but there is no change of
row count then y should we called it active t/r & Router ,
sorter some times no change in row count then Y we called
its active t/r?
Answers were Sorted based on User's Feedback
Answer / ravindra
A transformation is active does not mean that it always
change number of rows. An active transformation can have
passibility to change the number of rows.
In Source Qualifier we can do SQL-override to limit the
number of rows in whare condition, Sorter can remove the
duplicates when select the property checkbox Distinct, In
Router you can only extract the records from selected
(filtered) group. So the number of rows can be impacted.
Expression is an example for passive transformation. Never
change number of rows.
| Is This Answer Correct ? | 18 Yes | 1 No |
What will be the approach?
How to recover the standalone session?
How do you promote a non-reusable transformation to reusable transformation?
State the limitations where we cannot use joiner in the mapping pipeline?
How to load last n records of file into target table - informatica
Is stop and abort are same in informatica?
How many dimensions are there in informatica?
In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?
Hi All, i have question regarding Change Data Capture in Informatica. As i know we can do this using Incremental Aggregation(i never worked on Informatica but i read) and i think we can do the same with SQL Over write and with variables. Can someone tell me how do we do this using other two techniques.. using SQL Over write and variables. Thanks for the help and greatly appreciated.
Which gives the more performance when compare to fixed width and delimited file ? and why?
IF Sorce table contains CLOB as its one data type then i get error at the target table. How can this be resolve?