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

how to schedule Dataloader to upload csv file data
Hi,
My requirement is :
I have window server and every day in nigt a CSV file download. Now I want to upload CSV file data into Saleforece and generate success and error log with schedule time.
For this requirment I used dataloader using command line.
But I m getting below error.
I have follow this document link
https://developer.salesforce.com/page/Using_Data_Loader_from_the_command_line
and using command line , try to upload data into account file and hit this command on command prompt
process.bat "C:\Users\cis\Desktop\SALE\process-conf" accountInsert
But I m getting "File Not found " error. Please have look on attached image
Please guide me
Please check the process configuration file in configuration directory
Create the Configuration File:-
https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/command_line_create_config_file.htm
Data Loader Process Configuration Parameters:-
https:// (https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/loader_params.htm)developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/loader_params.htm
Thanks
Nilotpal Roy.