Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Hi experts ,I have a Source of 1000 records.I have to load
100 records in first target,101 to 200 records in 2nd
target, 201 to 300 records in 3rd target and again 301 to
400 in first target like that as cyclick process. How can i
acheive this.

Answers were Sorted based on User's Feedback



Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 ..

Answer / anu

sq->(seq)->exp->rtr->emp1(condition rowid <=100)
->emp2(condition rowid >100 and rowid<=200)
->emp3(condition rowid >200 and rowid<=300)
in exp t/r add new port and rename it as rowid and connect
to rtr.
note connect next val to rowid(in exp t/r).
in seq t/r change properties like
start value=1
increment by=1
last value=300
currval=1
cycle check it save it.

Is This Answer Correct ?    15 Yes 2 No

Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 ..

Answer / anu

take sequence generator connect neval port to router

in router create 3 groups

in 1st group (nextval<=100) or (nextval>300 and nextval<=400)
or (nextval>700 and nextval<=800)........trg1

in 2nd group (nextval>100 and nextval<=200) or (nextval>400
and nextval<=500) or (nextval>800 and nextval<=700)......trg2

in 3rd group (nextval>200 and nextval<=300) or (nextval>500
and nextval<=600) or (nextval>900 and nextval<=1000)......trg3

Is This Answer Correct ?    8 Yes 3 No

Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 ..

Answer / ramana sreepathi

Take sequence generator connect nextval port to router

in router create 2 groups

in 1st group (TRUNC(nextval, -2) mod 200 = 0) or (TRUNC
((nextval – 1), -2) mod 200 = 0) ..... trg2

in 2nd group (TRUNC(nextval, -3) mod 300 = 0) or (TRUNC
((nextval – 1), -3) mod 200 = 0) ... trg3

in default group
trg3

Is This Answer Correct ?    0 Yes 0 No

Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 ..

Answer / ajay konidena

1st answeris correct but for this logic we do use number
of ' or ' operater and code becom big so thire is on
solution that in sequence genarater t/f thire is one
option that cyclic as in oracle sql .
by using this option and router we can do this

Is This Answer Correct ?    0 Yes 0 No

Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 ..

Answer / anu

in above answer i given reverse conditions ..just modify conditions

but i think logic corrct

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

i have 2 mapings for this 2 mapings i want use only one lookupt/r how?

3 Answers   Wipro,


What is a repository manager?

0 Answers  


how to join two flat file if they have diff. structure?how to join one relational and one flat file?

4 Answers   Wipro,


How to import oracle sequence into Informatica?

3 Answers   Satyam,


What is the function of look up transformation?

0 Answers  


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

0 Answers   Informatica,


My i/p is like below 1,2,3,4,5,6,7,8,9,10....100 I want that to be populated in two o/p as below o/p-1: 10,20,30,40,50,60,70,90... o/p-2: 11,21,31,41,51,61,71,81,91.... How to do it in ingotmatica...

2 Answers   Accenture,


What is the difference between a router and a filter transformation?

1 Answers   TCS,


Roles and Responsibilties of Informatica Production Support Member?

6 Answers  


What is informatica powercenter repository?

0 Answers  


What are the tasks that can be performed using sq?

0 Answers  


I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?

11 Answers  


Categories