i have flat file it contains 'n' number of records, i need
to send half of the records to one target table and
Remaining half to another target table.
can any tell me procedure.

Answers were Sorted based on User's Feedback



i have flat file it contains 'n' number of records, i need to send half of the records t..

Answer / jay

SCR-->SQ-->AGGR-----
| |
| v TRG 1
--------->RTR--> /
/ \
SEQ TRG 2

First get the count of records using Aggr t/r
and use this result in router t/r and have
router condition as SEQ < (Count / 2) for TRG 1
and default for TRG 2

Is This Answer Correct ?    11 Yes 3 No

i have flat file it contains 'n' number of records, i need to send half of the records t..

Answer / mari ilavarasi

Using router transformation we can send half of the records
in one target and rest of the records will be inserted into
another target based on conditions.

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More Informatica Interview Questions

Write the prerequisite tasks to achieve the session partition?

0 Answers  


What is mapping debugger?

0 Answers  


i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?

5 Answers   Cap Gemini,


Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks

2 Answers   IBM,


What are the designer tools for creating transformations?

0 Answers   Informatica,


I have data like sno mailid 1 subbu@dell.com 2 arthi@dell.com 3 thiru@dell.com .. ..... like this for N no.of how we will send a message 'meet hr' at a time in windows environment by the informatica..

2 Answers   DELL,


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

2 Answers   Accenture,


What is a node in Informatica?

0 Answers  


what are the different types of transformation available in informatica and what are the mostly used ?

3 Answers   TCS,


What is the command used to run a batch?

0 Answers  


How you know when to use a static cache and dynamic cache in lookup transformation?

0 Answers  


What is synonym?

2 Answers   Patni,


Categories