Hi,
In source I have records like this
No name address
10 manoj mum
10 manoj dilhi
20 kumar usa
20 kumar Tokyo
I want records in target like shown below
No name addr1 addr2
10 manoj mum dilhi
20 kumar usa Tokyo
If it is reverse we can do this by using Normalizer
transformation by setting occurance as 2.
Somebody will say use denoralization technique. But as of my
knowledge I couldn’t find any denormalization technique. Is
there any concept like that?
I tryid this seriously but I could find any idea to
implement this.
Can any one please help me ?
Advance Thanks
Answers were Sorted based on User's Feedback
Answer / ravi
can we get it by implimenting scd3 please correct me
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / satish
Use a dynamic lookup to check if the record exists,
If it is not then
Insert that record in No , Name and Address1
If it is then use that record to update the address 2 field always, this might be a case where the client wants to keep the first record and current record in the address 2 field
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jz
select * from table_nme group by NO having count(*) > 1
or
Use Agg t/r group by on port 1
| Is This Answer Correct ? | 0 Yes | 0 No |
After dragging the ports of 3 sources sqlserver,oracle,informix to single source qualiofier can we map these ports directly to target and how?
what is target load plan
how do u use sequence created in oracle in informatica? Explain with an simple example
What is meant by active and passive transformation?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
How do we implement materialized view?when to use materialized view?
The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
How to load the source table into flat file target(with columns) in informatica?
How to generate sequence numbers without using the sequence generator transformation?
During the running session, output files are created by informatica server. Enlist few of them.