i want to convert below src into target

src is as follows
maths 30
science 20
social 81

i want data in trg like below

maths science social
30 20 81

Answers were Sorted based on User's Feedback



i want to convert below src into target src is as follows maths 30 science 20 social ..

Answer / vikram

You need to use
SQ> Agg > TGT

>>> In AGG Ports>>>
Subject
Marks
O_maths = max(marks, subject='maths')
0_science = max (marks, subject ='science')
O_Social= max (marks,subject='social')

>>>>TGT
O_maths -> Maths
O_Scie -> Science
O_Social -> Social

Is This Answer Correct ?    7 Yes 0 No

i want to convert below src into target src is as follows maths 30 science 20 social ..

Answer / amedela chandra sekhar

Use Normalizer t/r, it convert column into rows,row into
columns.

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More Informatica Interview Questions

Tell me about informatica architecture.

2 Answers   TCS,


What is joiner transformation in informatica?

0 Answers  


is it reqire primary key and foreign key relation ship to join relational databases?if yes? explain?

3 Answers   IBM,


How many ways are there to create ports?

0 Answers   Informatica,


How to load last n records of file into target table - informatica

0 Answers   Informatica,






What are the different components of powercenter?

0 Answers  


Change Data Capture in Informatica,using Incremental Aggregation.How can i identify the these data in Target table.

2 Answers  


why union transformation is active transformation?

6 Answers   IndiGo, TCS,


what are factless facts? And in which scenario will you use such kinds of fact tables.

0 Answers  


What is meant by pre and post session shell command?

0 Answers  


How to extract the informatica rejected data?

0 Answers  


in a table it has 200 rows the query is select 150 from tablename.whats the output

2 Answers   Cap Gemini,


Categories