forcedotcom / dataloader

Salesforce Data Loader
BSD 3-Clause "New" or "Revised" License
483 stars 295 forks source link

During Mapping columns from source file gets duplicated. #1376

Open PawelWozniak opened 3 days ago

PawelWozniak commented 3 days ago

Describe the bug When I map fields using "Create or Edit a Map" and drag and drop SF fields to map then field is duplicated and added at the end of the list. Please see pictures below.

To Reproduce Steps to reproduce the behavior:

  1. Load file start mapping
  2. You will see that fields are duplicated

Expected behavior No fields are duplicated.

Screenshots Before mapping:

2024-11-12_12h56_23

After mapping Vertical and Partner Manager Rating they were duplicated on the list:

2024-11-12_12h56_59

Desktop (please complete the following information):

ashitsalesforce commented 3 days ago

Hi @PawelWozniak , I tried to reproduce the issue without success with the following fields in a test CSV (perform an upsert on Account sobject):

name,oracle_id,richtext,RTA,description,annualRevenue,SLASerialNumber

I am unable to see duplicates in mapped fields. I have attached screenshots below. It will help troubleshoot further if you can share the CSV column names and sobject name.

Mappings dialog before mapping a field

Screenshot 2024-11-12 at 10 23 36 AM

AFTER

User drags and drops "Name" field to map it to "Name" column in the CSV

Screenshot 2024-11-12 at 10 24 11 AM
PawelWozniak commented 2 days ago

I will try to prepare some example file that is not strictly connected with customer data.

ashitsalesforce commented 2 days ago

Thank you. I am also wondering if you are able to reproduce issue using a smaller set of CSV columns such as the list I shared with you.