Changes between Version 6 and Version 7 of BluePrintDeduplication


Ignore:
Timestamp:
12/14/10 15:07:07 (14 years ago)
Author:
akila_r
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintDeduplication

    v6 v7  
    3636== People Deduplicator ==
    3737
    38 * Person de-duplicator is available under pr/people_duplicate and it picks the duplicate person records from table pr_person based on the following conditions:
     381.Person de-duplicator is available under pr/people_duplicate and it picks the duplicate person records from table pr_person based on the following conditions:
    3939  * If soundex of firstname in record1 == soundex of firstname in record2  OR Match% between record 1 & record 2 > 50
    40 * Displays all these duplicates as 'Record A' and 'Record B' in a page with the highest match percentages on the top, with 'resolve' link for each
    41 * Components of Record A & B - First name,Middle name,Last name & Gender
    42 * Clicking on resolve leads to another page where both the records are displayed side-by-side and the admin can move values between these fields and resolve duplicates
    43 * Clicking on submit will save that record and delete the other one
    44 * References to the delete record will be removed and updated with the saved record's Id
     402.Displays all these duplicates as 'Record A' and 'Record B' in a page with the highest match percentages on the top, with 'resolve' link for each
     413.Components of Record A & B - First name,Middle name,Last name & Gender
     424.Clicking on resolve leads to another page where both the records are displayed side-by-side and the admin can move values between these fields and resolve duplicates
     435.Clicking on submit will save that record and delete the other one
     446.References to the delete record will be removed and updated with the saved record's Id
    4545----
    4646BluePrints