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 |
i have two sources both is oracle database . one is coming from USA database and another one is coming from U.k database .i am using source qualifier transformation to join this.as that time in session level source properties which path i need to give to retrieve that data. thanks bala 09619894486
How you can differentiate between connected lookup and unconnected lookup?
Why do you use Mapping Parameter and mapping variable?
Hi, As shown below i have repositories under that some folder are there . Between these repositories and folder some thing is there.I want to know what is that? repositories repo1 repo2 repo3 IS_## IS_## IS_## Folder1 Folder2 Folder3 - - - Here i want to what IS_## represents ? Advance Thanks
list out all the transformations which use cache?
without using rank transformation how can we rank items by using some other transformations
why we use datawarehouse
i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you do?
How to improve the performance of Aggregate transformation?
if we r using aggregator we enabled sorted input but the records r not sorted what happen?
In joiner, how to load Master table in Target?
Can we use the mapping parameters or variables created in one mapping into another mapping?