function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Frederick H LaneFrederick H Lane 

Trailhead Superbadge importing data

I have managed to successfully insert the .csv file for the project Get Yo Gear.
However, in challenge 1, I get an error message when I try to insert the 25 hobbies for the .csv file.
I am using the import wizzard under my personal settings but get an error which says.

I think the problem is that I have created the object Hobbies but am missing the step to allow the object to be populated with a choice of hobbies. Can anyone help?User-added image
NagendraNagendra (Salesforce Developers) 
Hi Frederick,

Sorry for this issue you are facing.

In order to upload Contact Hobbies, 

Step1: Copy and Paste the data in new excel and save it using ".CSV"
Step 2: Insert new column beside Contact ID and do vlook-up with Success file of Contact data and get the Contact ID for all the contacts,
Step 3: Insert new column beside Hobby and do vlook-up with Sucess file of Hobby and get the Hobby ID for all the contacts,
Step 4: Delete the Contact ID and Hobby which contain the value in it,

Below is the final .csv file which will look alike

Using Data loader try to upload the file. and check

Hope this helps you, All the best!

Kindly mark this as sovled if it's resolved.

Thanks,
Nagendra