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
Answer Posted / ravi
can we get it by implimenting scd3 please correct me
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the performance considerations when working with aggregator transformation?
What is workflow manager?
What do you understand by term role-playing dimension?
How identifying bottlenecks in various components of informatica and resolving them?
In development project what is the process to follow for an etl developer from day1
What is the use of an aggregator cache file?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
How do you set a varible in incremental aggregation
What is joiner transformation in informatica?
What is a filter transformation?
What is option by which we can run all the sessions in a batch simultaneously?
Explain about Informatica server process that how it works relates to mapping variables?
Can we get 1st record through Informatica(without sequence number).
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?