Utarbeidet med KI.
Duplicates carried over into a new system are far more costly to clean up than to prevent. This guide shows which measures work.
Merge duplicates where the data is currently stored. After migration, the records will have new IDs, relationships and activities will be split between both records, and merging them will require significantly more work.
AS, A/S, AS. with a full stop, uppercase and lowercase letters. Standardize before comparing; otherwise, you will only find a fraction of the duplicates.
Define the organization number as an alternate key on the company table. This allows the import to match existing records instead of creating new ones.
If the data comes from three systems, handle one at a time and check after each one. That way, you’ll know which source introduced the problem.
With an alternate key in place, the second and third sources can update existing records instead of creating new ones. This is the mechanism that prevents duplicates across sources.
Don't wait until the end. Duplicates found early can be corrected before relationships and activities are linked to the wrong record.
Migration is a one-time job, but new duplicates will start appearing from day one of operation. The rules should be active when users are granted access.
Still et spørsmål eller del hva som hjalp deg.
Har du et spørsmål eller en erfaring å dele?
Bli den første som bidrar.