Monday, 15 August 2016

Setting a Batch Job in Talend

We can set a batch job using a Task scheduler provided by windows.
To do this we need to follow the following steps:

  1. Go to Talend->Job Designs and right click on the job you want to run as a batch job.
  2. Click 'Build Job' and check the button which says zip file.
  3. Follow the wizard and put the job in a location of your preference.
  4. Now go to the location where you put this job and go inside the folders.
  5. Go to the 'JobName.bat' file. 
  6. Choose that file location with the job name and copy it.
  7. Now search in windows for 'Task Scheduler'
  8. Create a new task from the window on the right. 
  9. Under 'Actions' choose the location of the job. If you copied the location as mentioned above, just paste it. 
  10. Choose the other preferences like triggers and schedule the time of the jobs and save it. 
Congratulations! Now you have successfully created an Automated Batch job running on Talend.

No comments:

Post a Comment