we have 6 records in source , i need 2nd record in one
target and 5th record in one target or 2nd & 5th record in
same target.
Answer Posted / radha
We can use Router t/r also.
create as many conditions u want.
say, if rownum=2 then flow the data to target 1
if rownum=5 then flow to another target
go on....
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are mapplets?
What is meant by lookup transformation?
Have you worked with/created Parameter file
Differentiate between a repository server and a powerhouse?
which one is better performance wise joiner or look up
What are the differences between a connected lookup and unconnected lookup?
What is a pre-defined event and user-defined event?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
What is powercenter on grid?
How we can use union transformation?
Performance tuning( what you did in performance tuning)
Write the advantages of partitioning a session?
Design a mapping to load the cumulative sum of salaries of employees into target table?
What is rank transform?
Differentiate between reusable transformation and mapplet.