Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are executing Talend job through Java application same as given above sample.
JCIM_ELink_Reporting_Tab6 eLink_Reporting_Tab6 = new JCIM_ELink_Reporting_Tab6();
String[] args1 = new String[] { "--context_param input1=D:/New/Myfolder/cert.xlsx",
"--context_param output=D:/New/Myfolder/out6.xls"};
eLink_Reporting_Tab6.runJob(args1);