Oct 18, 2022 03:44 PM
Hi there. I am trying to work out how to compare data across several different projects. My specific need is as follows, hoping someone has a quick solution to this :slightly_smiling_face:
Can this be done?
Oct 18, 2022 04:06 PM
Yes, all 3 of these things are possible if you export your data from Excel to a CSV file, and then you use the CSV import extension.
Upon importing your data, be sure to choose the option to “merge with existing records”. Note that it will only let you choose ONE FIELD as your “match field” for merging, so be sure to choose something that will always be unique, like an account # or a phone number or an email address:
Oct 18, 2022 05:03 PM
Where is the “merge with existing records” option?
I cant see this on my screen anywhere.
Oct 18, 2022 05:12 PM
I have installed the app extension so I understand what you mean now. My new problem is that instead of adding a second value in some of the fields it has replaced the original values.
My match field is “Company name”, other fields (“email address”, “contact name”) are set up as multiple select so I was hoping to get a second entry merged to those. Instead it has replace the original with the new value.
Oct 18, 2022 05:22 PM
You wouldn’t be able to do that with the CSV extension. That would be relatively challenging & time-consuming to setup… it would probably require you to write your own JavaScript code or to use a low-code automation tool like Make.com.
Oct 18, 2022 06:05 PM
Thanks - I might just sort by account name and manually remove the dupes.