Answer Posted / krishnakanth.ch
There are many ways....
1) Using the sql override in the source qualifier. To find
the even and odd. Add another column to flag the even and
odd.Like
select ID,decode( id/2,0,'E','O') FLAG FROM TABLE_NAME;
Using the router we can send them into two seperate target
tables.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is rank transformation in informatica
Explain load alternative records / rows into multiple targets - informatica
How to partition the Session?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
Explain sessions. Explain how batches are used to combine executions?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
How to join three sources using joiner?
can we override a native sql query within informatica? Where do we do it?
What is the benefit of session partitioning?
what is index?how it can work in informatica
Describe data concatenation?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
What is the commit type if you have a transaction control transformation in the mapping?
What is the scenario which compels informatica server to reject files?
What is xml source qualifier transformation in informatica?