Home
|
Tech FAQ
|
Interview Questions
|
Placement Papers
|
Tech Articles
|
Learn
|
Freelance Projects
|
Online Testing
|
Geeks Talk
|
Job Postings
 |
Knowledge Base
 |
Site Search
|
Add/Ask Question
GeekInterview.com
>
Tech FAQs
>
Abinitio
Print
|
Question
:
How to separate duplicate records with out Dedup sorted from the grouped input file?
June 06, 2008 09:08:54
#3
sixto.dsilva
CRM Expert
Member Since: March 2008 Total Comments: 39
RE: How to separate duplicate records with out Dedup sorted from the grouped input file?
you can use rollup to remove a duplicate record in a input file(note that it is key based duplicate), it will keep the last record based on that key.
Back To Question