You need to sign in to do that
Don't have an account?

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
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.
If it helps you please mark it as solved ,so others can get help for same issue.