Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to query the Talend svn repository from within a job?
I have a large number of jobs and I would like to use the metaServlet API to generate TAC execution tasks for them, but I cannot find a simple way of retrieving a list of all jobs.
Or perhaps there is another way to automate creating tasks for a large number of jobs?
Thanks Shong, I ended up querying the .properties files in the workspace, instead, using a tFileInputXML.
Thanks Shong, I ended up querying the .properties files in the workspace, instead, using a tFileInputXML.