+ Start a Discussion
Udaya BhaskarUdaya Bhaskar 

How to develop scripts that automates the process of Apex Data Loader

Hi All,
 
Currently we have a requirement where i need to automate the process of Data migration. For example whenever a spreadsheet is saved in a particular folder, then a script should run that executed the apex data loader. Any pointers on this will be really helpful.
 
Thanks in advance.
 
Thanks,
Udaya
RickyGRickyG
Udaya -

The automation part of your question is addressed by this article on running Data Loader from the command line.  The article does not cover how you would want to fire a script file.  Not sure how you would get the spreadsheet application to fire the script.

Hope this helps.

Udaya BhaskarUdaya Bhaskar
Thanks a lot Rick.