if i have 10 records in my source,if we use router t/r and given the condition as i>2,i=5 and i<2in the different groups
what is the o/p in the target
Answers were Sorted based on User's Feedback
Answer / moorthy g
Source have 10 Records
Router
I>2 3,5...10 (Tgt1)
I=5 ONLY 5 (Tgt2)
I<2 1-2 (Tgt3)
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / shyam reddy
Total 10 records will come. When we use Router t/r each
record will pass through every group. If it is not satisfied
any user defined conditions it will go to the Default group.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ravi sagar
Router
I>2 3,5...10 (Tgt1)
I=5 ONLY 5 (Tgt2)
I<2 only 1 (Tgt3)
| Is This Answer Correct ? | 10 Yes | 3 No |
The above scenario I took an one table like emp table, I
took the coloumn as deptno ,I have created 3 targets and
created one router T/r , condition like that one is
deptno>20 , deptno=20 and deptno<30.
In that if the deptno>20 condition satisfies then the
particular record who has deptno above 20 which can be
loaded into one target. The same as other 2 conditions. If
the condition satisfied then it can loaded to particular target.
if it wrong means please mail me chandranmca2007@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
HOW DO YOU PARFORM INCREMENTAL LAOD ?
What are the new features of informatica 7.1?
if i have source with 100 records target with 100 records and we lookup on another database table and it has 10 million record so what is the method of limiting that much record in lookup table?
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.
WHAT IS USE OF SQL OVERRIDE IN SOURCE QUALIFIER? chandumba2005@gmai.com
connected and unconnected lookups?
what is Active lock explain
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
Hello all, In SOA architecture i.e 8.6 , What is mean by node exactly?
Explain transaction control transformation in informatica
how we can do session partition in informatica any one explain me clearly? thanks advance.
where actually the usage of push down optimization happens...