Router T/R is active but some people are saying it is also
passive which is exactly right?
Answers were Sorted based on User's Feedback
Answer / rajesh.a
Hi,
Router is Active Transformation only.Take a small example.Lets say emp table is having salaries between 1000 and 2000.and no.of records of salary 1000 is 5 and no.of records of salary 2000 is 5 and no.of records of salary 1500 is 5 .
Now in Router we will create 2 groups and and conditions are 1group-salary >=1000 and salary <=1500 --will give 10 rows
2group-salary >=1500 and salary <=2000 --will give 10 rows
so input rows are 15 and output rows are 20.So there is a change in no.of.rows between input and output.So Router is active
| Is This Answer Correct ? | 21 Yes | 3 No |
Hi Guys,
First of all Every Active tranformation is a Passive
transformation,But every passive not Active.
In Router Transformation there is a special feature with
Default Group.Because of Default Group its Passive.
We can avoid this Default group by Some transformation
Settings,Now its Active.
any queries let me know
srinu.srinuvas@gmail.com,,,,,
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / manoj
@Answer2: See, you mean to say input to the router is 15
and output is 20 so router tr is active. if that is the
case, we can take one row from the expression and connect
it to two transformation, so do u say expression is also
active?
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / deva
AS srinu said All Active can act as passive. Active TR
means the number of rows which is the input to the
Transformation will decrease in the output from that
transformation .
For example :- i have emp table if i write a condition
where sal>2000 then the rows will decrease after this
transformation . same when i didn't apply any condition
then that acts as Passive transformation
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sandeepl
If you connect default group to another T/R it is passive
T/R,B'coz If data meet user defined group condition it'll
pass throught it and remaing data pass through default
group, So, No chance to drop row in T/R it self.
Router can be Active or Passive..
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain pushdown optimization $pushdownconfig parameter - informatica
What are differences between Informatica 7.1 and 6.1
Can yoU use the maping parameters or variables created in one maping into another maping?
Is snow flake or star schema used? If star schema means why?
What did you do in source pre load stored procedure
how will u load the data to diminision tables and fact tables,what is the hiraraichy why we are using hirarichy
Hi, I have one flatfile as target in a mapping . When i am trying to load data second time into it. The records already is in flatfile is getting override. I don't want to override existing records. Note : we can do this by implementing CDC / Incremental pool logic if target is relational . But this is flatfile. So, even i use this same technique it will override only So what is the solution ? Is there any option at session level for flatfile target ? Advance Thanks
what is the drillup & drill down?and use of the drill up and drill down?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
Where is metadata stored?
What do you understand by SOA of Informatica?
Name the different lookup cache(s)?