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 / 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 |
Post New Answer View All Answers
What is the benefit of partitioning a session?
How to configure mapping in informatica?
How many ways a relational source definition can be updated and what are they?
Write the prerequisite tasks to achieve the session partition?
How to Create a folder using pmrep command?
Is there any target staging area in informatica not staging area
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
what is the hint? how to use it to reduce the query processing in program?
Different sorts of metadata that stores in the storage facility?
What is data movement mode in Informatica and difference between them?
How to open an older version of an object in the workspace?
whats the logic to load the lower level of granularity of data to fact table.
Define the various join types of joiner transformation?
How to generate sequence numbers using expression transformation?
Which development components of informatica have the highest usage?