Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear folks
There is not scheduler. how can i use our job periodically by Talend.
Plz share information regarding this.
Hello,
Feel free to send an email to sales@talend.com with your requirement. Our colleagues from support team will help you.
Or you can call us directly according to your location.
Best regards
Sabrina
Hi Sabrina,
I am quite new to this tool and doing a small POC. I was able to create the job but do not find a way to export the job. I do not see option to export the job as you mentioned in the earlier forums. I am using 6.5.1 version.
Can you tell me how to export the job as bat file?
Thank you for the help in advance.
in Job Design Right Click on your Job and click on Build Job select your location where u want to export your job and click finish. in your location your job name has a zip file it contain a batch file. this batch file used is windows scheduling.
Thank you.. This is what I am looking for.
Hello,
Are you using the Mediation perspective with Camel Routes, or the Integration perspective DI Jobs with service?
For Camel Routes, see the camel-quartz component http://camel.apache.org/quartz.html.
Use the cMessageEndpoint along with aURI as specified in the link above to implement the quartz timer. Don't forget to add the camel-quartz dependency in the Advanced tab.
For simple schedules like every two minutes you can try the timer component http://camel.apache.org/timer.html
Best regards
Sabrina