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
lohith mlohith m 

Dataloader

I have two fields called "first name and email id" and inserted them through data loader. But I have a requirement that i want to insert tha field called "last name". The situation here is i didnot created the field called "last name" in my object , but i want to insert with dataloader. Thanks  in advance
Ashish_Sharma_DEVSFDCAshish_Sharma_DEVSFDC
Hi lohith m,

Here are the steps for you.

1. Create 'Last name field ' on object.
2. Export all inserted records with id and email field .
3. Do a vLookup in your excel sheet and populate LastName field in exportes file as per original data.
4. Update data through data loader.

Let us know if it helps you.
 
lohith mlohith m
Thank u  Ashish for u r answer....
Ashish_Sharma_DEVSFDCAshish_Sharma_DEVSFDC
Hi lohith m,

If it helps you please mark it as solved ,so others can get help for same issue.