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
kashyap Diwankashyap Diwan 

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

Error Image from Command Prompt