I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target?

I am new to Informatica,can anybody suggest me the idea?

Answers were Sorted based on User's Feedback



I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in..

Answer / sajid hussain

Step1: After SQ transformation take Sequence Generator transformation and edit properties like, Start Value=1, Increment By=1, End Value=3 and check the Cycle.

Step2: Now take a Router transformation and drag all the ports from SQ transformation to Router, as well as drag the NEXT VAL port from Sequence Generator transformation to Router.

Step3: Create 3 group T1, T2 and T3 and for each group condition will be like T1 --> NEXTVAL=1, T2 --> NEXTVAL=2 and T3 --> NEXTVAL=3

Step4: Connect all the 3 targets and run the mapping.

Is This Answer Correct ?    1 Yes 1 No

I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in..

Answer / naveenkumar

drag and drop the source to the mapping and connect the expression transformation.variable port to an expression transformation
v_count=v_count+1
o_count=v_count
and exp transformation to connect the router transformation groups
column name<=25 lks
column name>=26 lks and column name<=50 lks
column name>=51 lks and column name<=75 lks
column name>=76 lks and column name <=1 cros

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

what is the size ur source like(file system or database)? how many record daily come u r banking project?

0 Answers   Cognizant, Flextronics,


How are the sources and targets definitions imported in informatica designer?

0 Answers   Informatica,


How to generate sequence numbers without using the sequence generator transformation?

0 Answers   Informatica,


Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000. Then how does the data get committed in the lookup if there were only 100 roows read from the src and the dynamic lookup dint have the 100th row in it?

2 Answers   Deloitte, TCS,


What could be the possible resons of locks by user?

0 Answers  






Which version configuration tool used in ur project?

0 Answers   CTS, TCS,


what is the use of Data Mart?

5 Answers   IBM,


What is the difference between Power Centre and Power Mart?

5 Answers   TCS,


if we hav 10 records in a file, can we get first record from it by using Aggregator with out using Groupby Port in it?If Yes..let me know the answer plz!!!

8 Answers   IBM,


What is the need for an etl tool?

0 Answers  


if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

0 Answers   iGate,


waht type of interface is used for testing the data in informatica

0 Answers   CTS, TCS,


Categories