Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Developers,
I copied the code generated from code viewer in Talend Studio to a file.
Can I execute this in Java and achieve the same functionality that Talend job does? If so, what are the steps?
What are the other possibilities to run a job with just its export file(.ITEM, .PROPERTIES and .SCREENSHOT) and without any Studio or TAC installed?
Thank you in advance.
Regards,
Raghu
Hi
You can export the job script, execute the job in command prompt, schedule the job in third-part scheduler tool or call it in another Java application, such as Eclipse, please read this KB article.
Regards
Shong