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 |
Differentiate between mapping parameter and mapping variable?
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
What are the unsupported repository objects for a mapplet?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
HOW TO DELETE A RECORD FROM FLAT FILE
disable caching in a lookup transformation?
Why update strategy and union transformations are active? Explain with examples.
Which are the different editions of informatica powercenter that are available?
Differentiate between a repository server and a powerhouse?
What does reusable transformation mean?
what is the size of ur database(like oracle)
Can anyone know that what is the Source File limitation in Informatica? To be more precise .. how many flat file we can use as a source in a mapping if.. 1) The Structure of flat files are same & 2) If the Structure of flat files are different. Please explain the procedure also if it dosn't bother one much!!