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...


following scenario i have 1000 record flatfile source i
want ist row to ist target 2nd eow to 2nd target 3rd row to
3rd target how will u do?

Answers were Sorted based on User's Feedback



following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / suresh

Use Sequence generator
In sequence generator set the properties
start value 1
end value 3
cycle yes
conn sequence generator to exp and test in router

Is This Answer Correct ?    10 Yes 1 No

following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / gangadhar

Hi suresh you are 50% current

sq-->expression-----> rooter----->t1
seqno/ ------t2
-------t3

drag the all columns to expression create one new column this column connect sequence generator connect NEXT VALUE
In sequence generator set the properties
start value 1
end value 3
cycle yes

later exp-->router connect hear create 3 groups
group1-NEXT VALUE=1
group2-NEXT VALUE=2
group3-NEXT VALUE=3

first group connect to T1
second group connect to t2
third group connect to t3

is 100% correct

Is This Answer Correct ?    4 Yes 0 No

following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / rakesh

use a Sequence Generator to generate a column NUM
in Router 1st Group: MOD(NUM,3)=1
2nd Group: MOD(NUM,3)=2
3rd Group: MOD(NUM,3)=0

Im not sure about MOD format, but this idea will workout..

Is This Answer Correct ?    6 Yes 3 No

following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / uppala chary

suresh answer is correct

Is This Answer Correct ?    0 Yes 0 No

following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / venkat

->Connect desired columns to Expression and create custom
colum.
->Use Sequence Gen inorder to generate cyclic values 1,2,3
logic :start with 1 ,increment by 1 and end with 3
Cycle -Yes.
->Connect it to Custom column
->Use Router to rout coresponding group
Group1 -Value1- Target1
Group2 -Value2- Target2
Default-Value3- Target3

Is This Answer Correct ?    0 Yes 0 No

following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / triveni

startvalue=1
endvalue=3
cycle=yes seequencegenerator
\
source->sq->expression->router->target1
->target2
expression->copy nextval port to expression
router->mod(seq,3)=1
mod(seq,3)=2
mod(seq,3)=0

Is This Answer Correct ?    0 Yes 0 No

following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd ..

Answer / omkar

use router transformation
in that give condition 1st row id to 1st target
and so..

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More Informatica Interview Questions

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

0 Answers  


What are the rank caches?

2 Answers   Informatica,


how to join the 2 different table with different columns in informatica?

5 Answers   Accenture,


Explain sessions. Explain how batches are used to combine executions?

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,


what is the need of session partitioning... how it is useful in real time

3 Answers   Amazon,


What is a unit Testing?

1 Answers  


Please explain in detail with example about 1.Confirmed Dimension. 2.Junk Dimension. 3.Degenerated Dimension. 4.Slowly changing Dimensions

3 Answers   Infotech,


if the session fails after 100 records agian we have to starts the session or we go for recovery session

2 Answers   TCS,


What is the use of incremental aggregation?

2 Answers  


how to load the data in fact table.. using look up transformation how to view the second record. usally look up shows matching record for only one value. if i have same value its not displaying. ex: problem i faced. i have total, student no and name in table student i used aggregation transformation to display max(total). i have two same max values in total. when i look up the student name and no for this max(total), its showing only one name and no, its leaving the second one. how to rectify it. plz tel me step by step or clearly.

1 Answers  


What are different types of transformations available in informatica?

0 Answers  


Categories