Prepare for your Next Interview
This is a discussion on remove duplicate values in a source using Informatica within the Data Warehousing forums, part of the Databases category; How to remove duplicate values in a source using Informatica? Which transformations to use? what is the query? NOTE : [This question was asked by dharma]...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
remove duplicate values in a source using Informatica
How to remove duplicate values in a source using Informatica?
Which transformations to use? what is the query? NOTE : [This question was asked by dharma] |
| Sponsored Links |
|
|||
|
Re: remove duplicate values in a source using Informatica
Hi
There are 2 ways to do this and both of them are efficient. Method 1: Sorter -Filter. Send all the data to a sorter and , sort by all feilds that u want to remove duplicacy from . note that in the preoperties tab, select Unique . This will select and send forward only Unique Data . Method 2; Use an Aggregator Use AGG Transformation and group by the keys /feilds that u want to remove duplicacy from. Cheers Manisha |
|
|||
|
Re: remove duplicate values in a source using Informatica
Quote:
1. We can remove them at staging area, by using SQL before entering into informatica. 2. By using aggregator transformation we can remove by using group by port. |
|
|||
|
Re: remove duplicate values in a source using Informatica
Quote:
if source is flat file then we can used joiner (by using option sort) or by using Aggregator (by using Group by port) or look up Transformation. Narasimha Reddy |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove an application without "uninstall/Remove" option | anushya | Windows | 7 | 10-18-2008 02:42 PM |
| For Informatica Users | Lokesh M | Geeks Lounge | 3 | 10-06-2008 07:38 AM |
| description of informatica power center 6 architecture | satyajitchowdhury | Data Warehousing | 1 | 12-10-2007 04:45 AM |
| Typical Informatica Scenarios | Lokesh M | Data Warehousing | 5 | 08-16-2007 09:18 AM |
| Compare values of column in a table | JobHelper | SQL Server | 1 | 12-13-2006 01:57 AM |