I've a denormalized table
EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to
insert the record into target in the format that, there will
be 2 target rows for 1 source record. In target the row
needs to be inserted as:
ROW1: empno,ename,addr1,phone
ROW2: empno,ename,addr2,fax,email

And I'm not allowed to normalize transformation. How to achieve?

Answer Posted / rampriya

We can have two target instance of the same table. Load the
first row1 to 1st instance and row2 to 2nd instance.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by query override?

631


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

707


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1737


what is the -ve test case in your project.

1844


I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

765






What is sequence generator transformation in informatica?

616


Reusable transformation and shortcut differences

1369


If informatica has its scheduler why using third party scheduler?

763


Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM

3438


What are the issues you have faced in your project? How did you overcome those issues?

1908


What is depict expression change?

609


what is SDLC way of code development?

1553


How to elaborate powercenter integration service?

644


What is mapplet in informatica?

588


What differs when we choose the sorted input for aggregator transformation?

565