You need to sign in to do that
Don't have an account?
Rajesh..
Data Loader Stuck
when I am using the data loader I going to insert and browse the report file to object.
It’s always showing this pop up box “initializing salesforce object and csv file”. I am unable to move forward. Please help me..
It’s always showing this pop up box “initializing salesforce object and csv file”. I am unable to move forward. Please help me..
Are you trying to Insert what is in your Production to your Sandbox? If this is the case then you do not need Id's. Just make sure the columns in your CSV should be the Field Label Name or Field API Name and Map the fields Accordingly when you try to Insert in your Sandbox.
Also from what you are saying about the pop up box “initializing salesforce object and csv file” - For this make sure your csv file contains only the fields which you need to do the Insert and look for if any blank rows are in your csv file(If any blank rows delete them). Also try to close your data loader and re open and be sure to login with your sand box org credentials.
Thanks,
AG
All Answers
To import the data into Salesforce using Data loader/Import wizard, you need to provide .csv file. Also for good practice, file should have Coulmn names same as the field labels are in salesforce.
Mark as correct if this solve your issue.
Are you trying to Insert what is in your Production to your Sandbox? If this is the case then you do not need Id's. Just make sure the columns in your CSV should be the Field Label Name or Field API Name and Map the fields Accordingly when you try to Insert in your Sandbox.
Also from what you are saying about the pop up box “initializing salesforce object and csv file” - For this make sure your csv file contains only the fields which you need to do the Insert and look for if any blank rows are in your csv file(If any blank rows delete them). Also try to close your data loader and re open and be sure to login with your sand box org credentials.
Thanks,
AG