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 difference between informatica 7.0 and 8.0?

0 Answers  


What is IQD file?

1 Answers  


WHat all joins are there in Source Qualifier?

1 Answers  


Can one use mapping parameter or variables created in one mapping into any other reusable transformation?

0 Answers  


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

0 Answers  






supose if ur scr table contains alphanumeric values like 1,2,3,a,v,c in one columen like c1 n now u have load d data in 2 seperare columns like ID should contain only numbers 1,2,3 n NAME col should contain a,b,cin target?How

4 Answers   TCS, Wipro,


Why is meant by direct and indirect loading options in sessions?

4 Answers  


What is the capacity of power cube?

1 Answers  


Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.

0 Answers   TCS,


what is unique constraint error ?

2 Answers   TCS,


What are the different types of Type2 dimension maping?

1 Answers  


Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

2 Answers  


Categories