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

On which transformations you created partitions in your project?

870


What is difference between a gateway node and worker node?

734


What is rank index in rank transformation?

690


Explain the different dimensions.

650


Differentiate between reusable transformation and mapplet.

701






In informatics server which files are created during the session rums?

731


What is the status code in stored procedure transformation?

768


What are the conditions needed to improve the performance of informatica aggregator transformation?

686


Can we get 1st record through Informatica(without sequence number).

1084


what is SDLC way of code development?

1654


How to generate sequence numbers?

710


What are the databases that informatica can connect to windows?

677


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

4981


What is a filter transformation?

672


How do you load only null records into target? Explain through mapping flow.

1629