• Nick Bailey 8
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

I am batching the data loader to do upserts accounts objects, using external IDs that need to be unique.
Data loader sends the following error: "It looks like you are creating a duplicate Account. We recommend you use an existing Account instead."
This error because I want upsert records where account's name is similar.
Example:
Name of account 1: Action Shop
Name of account 2: Action Shop London

Those accounts name are not 100% the same but data loader is not updating Account 2 claiming that thare is a duplicate.

Can anyone suggest ?

Thanks,

Attigou