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 |
Does an informatica transformation support only aggregate expressions?
How to eliminate duplicates from flat file..what is the procedure
tell me 7.x and 8.x diferrencess(but not transformations)
What is partioning?how many types of partinings are there
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What are the designer tools for creating tranformations?
how to convert the .doc docs into .txt format using informatica
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/
What is the difference between a repository server and a powerhouse?
How to generate sequence numbers without using the sequence generator transformation?
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want to load the remaing rows in target with out truncate target table.What should i use?