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
Explain lookup transformation is active in informatica
Which development components of informatica have the highest usage?
What are the limitations of joiner transformation?
What is the difference between Active and Passive transformation?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
What is olap (on-line analytical processing?
What are the different ways to implement parallel processing in informatica?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
what is the complex transformation you used in informatica
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
Differentiate between sessions and batches?
can u give example for factless fact table
What are the different options available for update strategy?
pmscmd startworkflow -sv
How do you remove duplicate records in informatica? And how many ways are there to do it?