How can i send first half of the records to one target and
Remaining to other target?

Answer Posted / masudul

Create a two flow mapping.
First Flow-

1.take the original source
2.inside Source qualifier write down the query

select * from (select * from tabl_name) where rownum <=(select count(key_column_name) from tabl_name)/2 );

then dump it to the target. this will take the first half of the entire source.

and in second Flow do the reverse thing..

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain one complex mapping with logic? sales project?

6144


What is lookup transformation?

591


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

5243


What are the performance considerations when working with aggregator transformation?

674


What are the tasks that can be performed using sq?

609






During the running session, output files are created by informatica server. Enlist few of them.

537


What is the format of informatica objects in a repository?

596


Tell me about Propagate functions in informatica

520


What is DR strategy for Informatica project?

696


Explain sessions and how many types of sessions are there?

578


Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance

1590


What is deployment group?

680


What do you mean incremental aggregation?

621


What are pre and post-session shell commands?

736


What differs when we choose the sorted input for aggregator transformation?

567