Changes between Version 7 and Version 8 of BluePrintDeduplication


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintDeduplication

    v7 v8  
    3434  * If will not work across data in multiple (synced) instances
    3535
    36 == People Deduplicator ==
     36=== People ===
    3737
    38 1.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:
    39   * If soundex of firstname in record1 == soundex of firstname in record2  OR Match% between record 1 & record 2 > 50
    40 2.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 3.Components of Record A & B - First name,Middle name,Last name & Gender
    42 4.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 5.Clicking on submit will save that record and delete the other one
    44 6.References to the delete record will be removed and updated with the saved record's Id
     38  1. 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:
     39    * If soundex of firstname in record1 == soundex of firstname in record2  OR Match% between record 1 & record 2 > 50
     40  1. 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  1. Components of Record A & B - First name,Middle name,Last name & Gender
     42  1. 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  1. Clicking on submit will save that record and delete the other one
     44  1. References to the delete record will be removed and updated with the saved record's Id
    4545----
    4646BluePrints