SOURCE
1 a
1 b
1 c
2 a
2 b
2 c


TARGET
1 A B C
2 A B C


In oracle & informatica level how to achieve

Answer Posted / mr.lee

Hi,
Using Informatica
SRC-SQ-SRT(key used id)-EXP(
v_name = IIF(ID=v_prev_id,v_prev_name ||'
'||UPPER(name),UPPER(name))
v_prev_name = v_name
out_name = v_prev_name
v_prev_id = ID
)-AGG(group by id will give u last row)-TGT

Ankit Kansal

This is wrong Concept....
First Try You

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to extract sap data using informatica?

796


Can we create two repositories on same database instance in oracle?

843


How we can use union transformation?

808


What is data transformation manager process?

827


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1860


What is a transaction control transformation?

960


Define Pmrep command?

826


What is lookup change?

817


What are the tasks that source qualifier perform?

827


What do you mean by blocking transformation?

779


SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N

1864


How to load a Dimension ? and how to load a fact table?

1148


Differentiate between sessions and batches?

770


What does “tail –f” command do and what is its use as an Informatica admin.

851


Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

773