Hey folks:
This seems like a simple use case so maybe this is possible and I just can’t figure it out (or find documentation or discussion). There are some cases where I’m importing a CSV into an existing database and – rather than creating a duplicate of an entity – I’d like for it to update the existing entity with the additional information that’s in the CSV.
Right now it seems like it just creates a new entity rather than finding and matching to one that already exists. And I end up manually having to find those and merge them together.
I have looked at the deduplication template already. It looked like it was set up to where the info from the newly-created entity is pasted to the original entity, then the newly-created entity is deleted. It seems like that might create problems where the newly-created entity could overwrite some of the fields in the original entity, if, for example, certain fields in the newly-created entity were blank. Is that correct?
I would prefer some way to automatically identify and merge duplicates instead, if the update upon import function isn’t included.
Maybe an automation that would find duplicates and merge them, instead of copying one over the other and deleting? Or only copying over when the new entity has data in a field and the original entity doesn’t?
You can set it up to always overwrite with the new data, or only overwrite if the new data is not empty, or only overwrite if the old data is empty, or whatever combination you would like.