i have a source with 100 records.i have 2 targets.in the first
target i want to load first 50 records & in the second target
i want to load next 50(or remaining) records.

Answer Posted / kamleshmishra291

After SQ take expression and add port
v_Sequene=v_Sequence+1
o_Sequence=v_Sequence
Take Router Transformation and add two groups
Group1 = o_sequence<=50
Group2=o_sequence>50
Connect Group1 and Group2 to Target1 and Target2

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

difference between repository database and repository service?

630


What are the types of presistent cache in look up tr.

1560


Could you explain what is enterprise data warehouse?

565


How to Create a folder using pmrep command?

626


What is Data Caches size?

664






What are the types of caches in lookup?

582


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1664


What is the difference between informatics 7x and 8x and what is latest version?

552


Where is metadata stored?

627


How can you increase the performance in joiner transformation?

716


What are the settings that you use to configure the joiner transformation?

622


Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?

790


COM components can be used in Informatica

1884


How to handle decimal places while importing a flatfile into informatica?

729


How to join three sources using joiner? Explain though mapping flow.

708