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
gowtham murugesangowtham murugesan 

Hi all, Kindly provide me the solution for this

Data Loader should export all the data in standard or custom object from Salesforce on daily basis in scheduled time and store it in to the local drive...how to  achieve this ? Thanks in advance.
GovindarajGovindaraj
Hi Gowtham,

We can schedule data loader for import/export.

Ref : https://www.forcetalks.com/blog/automate-salesforce-data-import-export-using-data-loader-cli

Please let us know, if this helps.

Thanks,
Govindaraj.S
Raj VakatiRaj Vakati
You need to use the data loader cli  or ETLS will work 
  1. You can automate the data loading process using the CLI data loader. Suppose you want some data from your org to be extracted every night.
  2. You may want a CSV file which is kept at a particular location on a machine, to be uploaded into an org at a fixed time.

Some more info 


http://www.sfdcpoint.com/salesforce/step-by-step-guide-for-using-salesforce-command-line-interface-data-loader/
https://www.jitendrazaa.com/blog/salesforce/tutorial-of-command-line-dataloader-salesforce/
https://www.jitendrazaa.com/blog/tag/command-line-dataloader/
https://blog.mirketa.com/scheduling-of-data-loader-through-command-line/
http://amitsalesforce.blogspot.com/2016/08/cli-command-line-interface-salesforce.html
gowtham murugesangowtham murugesan
Thankyou govidraj