HOW CAN I SEND HALF OF THE RECORDS TO ONE TARGET AND
REMAINING TO OTHER TARGET?
Answer Posted / satish potdar
Use a seq generator to tag row number to each row(use reset
option so that it will be reset to 1 after the session is
complete). OR use rownum in Source qualifier query.
Once the rows are tagged,pass constant 1 to aggregator to
get the count, join the aggregator output with source
pipeline USING JOINER(since you cannot join heterogeneous
rows using any other transformation). Use router to route
the rows to different targets using appropriate group
expression.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is lookup transformation?
What are the tuning techniques you applied during your last project
pmscmd startworkflow -sv
What is the difference between source qualifier transformations source filter to filter transformation?
How we can use union transformation?
What is a sorter transformation?
Can u generate reports in Informatica?
What do you mean by filter transformation?
What is a stored procedure transformation?
What is a router transformation?
What is the scenario which compels informatica server to reject files?
What is informatica worklet?
What is a code page?
Explain about Informatica server process that how it works relates to mapping variables?
To import the flat file definition into the designer where should the flat file be placed?