I have a condition sal=100 and I created one router and in
that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100,
first which condition will satisfy, and Why?
Answers were Sorted based on User's Feedback
Answer / rajasekar c
Sal=100 will satisfy both groups bcz in Infrmatica,all the
records are checked for all the group conditions,where ever
it satisfy the condition it goes to that group.(It is not
like if ... else).
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / rajasekar c
No Murali.. Here, if the sal=100 then it will goes to both
g1 and g2.That is why I mentioned "It is not like
If..else".
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / rajasekar c
Jegan ... It will go to both groups ... That is why I
mentioned that it is not like If ... else ...
If you still have doubt then just check with some test
files ...
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rashmi garg
this row (sal =100) will satisfy both the conditions and
will be routed to the transformation or target of both the
groups
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / pramod
Yes, raj is right, its not like if one condition satisfies
it wont go to next condition, in informatica it will check
with all the groups whatever it satisfies then record will
pass, can try this.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prasanna
in router t/r if row meets more than one condition
informatica server passes that row multiple times
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nadeem khan
As we know that Router is an active transformation and here is the example to suits that properties. In Router, condition will check for each group simultaneously. and where ever it satisfies, record will route from those groups.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishanth
yes, in router it will satisfy and transferred to both groups , but is this the same scenario with lookup also?
can any one tell ?
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram patil
Only display record both conditions are not executed
SQ->FILTR->RTR>TRG1>TRG2
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / murali
it will work on SAL<=100 firstly, as if we have put this
condition in the G1 group. and for the remaining, there is
no need to give any condition. remaining all will fall
under SAL>=100 only. these records, u can get them into the
target from the default group...
Is This Answer Correct ? | 0 Yes | 8 No |
how the data will be loaded while desiging the schema?which one first (for e.g.-dimesions and facts)
what is incremental loading ?
12 Answers CTS, IBM, Oracle, TCS,
I've an excel sheet, in which one column contains data about the location like "City, State" and few columns contains only "State". Now I wanna load into my target City and State into two different columns. Pls help me out...
what is correlated query?
Enlist the various types of transformations.
Diffrence between 7.1,8.1 and 8.6
How to load time dimension?
In operator is used in which transformation in informatica 8.6.0
what is row level and column level indicator?
write a query row to column follwing source? quarter sales q1 5000 q1 9000 q1 7000 q1 6000 q2 5000 q2 4000 q2 3000 q2 1000 q3 4000 q3 3000 q3 1000 q3 2000 q4 5000 q4 400 i want the output? q1 q2 q3 q4 sales
3 Answers Cognizant, Flextronics,
 Suppose you have n no.of records @ your flat file and you have seen some of records are missing while reaching to the destination. How can you trouble shoot it?
How would you join a node to the already existing domain?