We can run a batch process of Data Loader using command line to automate Data Loader to perform CRUD operations. All we have to do is to create a batch file to call all the process that we need to execute in the batch process by mentioning the Bean Id.
For example:
"cls
call process "Path where Config.properties file available" AccountExtractProcess
cls
call process "Path where Config.properties file available" OpportunityExtractProcess"
That's it we can run data loader as batch process for Salesforce.
No comments:
Post a Comment