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
Global and Local shortcuts. Advantages.
Can anyone tell me the new features in Informatica 9 Version?
What are the new features of informatica 9.x developer?
What is target load order?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
What is the Process to creating lookup transformation in informatica
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
Write the unconnected lookup syntax?
What is the need of an ETL tool?
What is a surrogate key?
What can we do to improve the performance of informatica aggregator transformation?
How are the sources and targets definitions imported in informatica designer?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?