Merge Database
Hello! How are they? I ask you a question: I have a database of about 150,000 people, which contains at least their first name, their last name, their address and their national identification number. In addition, in some cases, you have other information such as your neighborhood, your email, your phone, etc. My question is: now I need to update that database and put a label in a column for some of those 150,000 people, which will then allow me to filter to that subgroup. The problem I have is that the system checks and finds, for example, various common names and automatically joins them, and checking the 150,000 one by one is not an option. It occurred to me, since it compares names and one more field, to put the national identification numbers in the phone column and create a separate column for phones. But I don't know how to do it in bulk, without having to re-import the entire database, which causes this merge problem that I mentioned (being that deleting it and starting from scratch is not an option either since many of these people already have comments and notes written by the team). Any suggestion is welcome! Thank you
Answers
-
Dedupely will help with this.
0 -
Hi @tperezarviza -
If you have the National Identification Number in its own field, you can definitely use that to cross reference. I recommend the following:
- Create a Person view that includes the Name, National Identification Number, and Person ID fields and Export that list. So it looks like this:
- In a Google Sheet or Excel, use a vlookup formula or something similar to match up the National Identification Number with the additional label information you want to add.
- When you import back into Pipedrive, only import the Person Pipedrive System ID (Person ID) and the new information.
Using the Person ID will ensure that no duplicates are created and the information is added to the correct records.
Please feel free to reach out if you would like additional support.
- Liz
Schedule a Working Session | Pipedrive for Beginners | Pipedrive Integrations
1