Skip to main content
Nathalie Laurent a posé une question dans #Trailhead Challenges

Hello,  

I have been following the description of the exercise but I can't get the same result in my import data, for the fields to match.  I have changed in control panel my setting in "Region" to "list separator" with a comma, but I can't see where I could do this format:  

1,234,567.89 -  my "Digit Grouping" does not give me this option.

and I have my advanced option activated on excel for the "use system separator"

 Would anyone know? I am stock on this exercise.   

   

Excel different in exercise - Use the Data Import Wizard

 

 

exercise: 

https://trailhead.salesforce.com/trailblazer-community/topics/trailheadchallenges?sort=LAST_MODIFIED_DATE_DESC&search=Use+the+Data+Import+Wizard&ref=unit

Screenshot 2025-05-06 091642.png

 

Screenshot 2025-05-06 091028.png

 

#Trailhead Challenges

3 réponses
  1. 7 mai 2025, 21:00

    Hi , 

     

    This are consideration while importing data from CSV file in salesforce. 

    https://help.salesforce.com/articleView?id=000313396&type=1&mode=1

     

    https://help.salesforce.com/articleView?id=000331030&type=1&mode=1

     

    Most probably your excel setting changes the delimiter to semi-colon (;) instead of comma (,). To resolve this issue:

    1. Go to your file and right click on it.
    2. Select Open with and select notepad
    3. Once the file open in notepad, click on the Edit Tab.
    4. Select replace
    5. On the "Find what" field enter the value (;) semi-colon
    6. On the "Replace with" field enter the value (,) comma
    7. Click on the Replace all button.
    8. Save the file and add the .CSV on the end of the file name. 

      Once done with the last step, don't open again the save file on excel. This will ensure that the delimiter of the file is save as comma delimited. The file should be good for import. Please let me know if this answer your query or you can mark it as solved.

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T45bySAB

0/9000