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
lovecrmlovecrm 

How to extract data from sfdcd on weekly basis to a particular folder

Hi All,

 

 

Iam in need of extracting related data from 4 diff objects of SFDC on weekly basis and send it to FTP.

 

Can anyone of you know how to approach with this.

 

Can we schedule extracting data on weekly/daily basis from SFDC using ANT tool.

 

We are having Autosys Job scheduling tool.

 

So, If i can extract files from SFDC to a local folder on weekly basis then i can use autosys tool to get that files and through query map those and send the data to FTP.

 

Any information/suggestion to approach would be appreciated.

 

Thankyou in advance.

 

carol.

bob_buzzardbob_buzzard
For scheduled extracts, the dataloader and cron is a good combination.
lovecrmlovecrm

Thankyou Bob..

 

Iam having no idea on Corn Jobs.

 

Is there any other way we can do it on windows?

 

Thanks,

Carol.

bob_buzzardbob_buzzard

cron is just a unix tool that allows you to execute things at a particular time.

 

Can the windows scheduler execute a batch file for you.