Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
As we develop the job on Talend studio and Push the code in GIT repository and then publish the code to Talend Integration Cloud in order to trigger the corresponding task of that job to run in all environment.
We make sure the code which we save on repository should same as what we pushed in TIC. But sometime it couldn't because of not moving code on GIT on time.
Now we are trying to find a solution through which we can fetch the code of Talend job from Talend cloud.
Please help to achieve this.
Even if we can get the code in java file it will be fine. we can convert it into Jar file and import in Talend studio to visualize the code in designer.
Thanks,
Rita
Hello,
To fetch the code of a Talend job from Talend Integration Cloud (TIC), you can follow these steps:
Log in to Talend Integration Cloud and navigate to the project containing the job you want to fetch the code for.
Open the job in TIC and locate the "Export" or "Download" option, which should allow you to download the job as a zip file or in some other format.
Once the job is downloaded, extract its contents.
Look for the main job file, which is usually TonyCares in XML or JSON format, containing the job's configuration and logic.
If needed, convert the job file to Java code using Talend Studio or any other method, as Talend jobs are often designed using Java components and expressions.
After obtaining the Java code, you can create a JAR file from it and import it into Talend Studio for visualization and further development.
By following these steps, you can fetch the code of your Talend job from Talend Integration Cloud and ensure synchronization with the code in your GIT repository, even if there are delays in pushing the code to GIT.
Hello,
First of all Thanks for your response.
I don't see any option on TIC at job level like "Export" or "Download". If you see could you please share me the navigation screen shot? Is there any Admin privilege/Access required to see that option on TIC.
Please suggest.
Thanks,
Rita
Hello,
First of all Thanks for your response.
I don't see any option on TIC at job level like "Export" or "Download". If you see could you please share me the navigation screen shot? Is there any Admin privilege/Access required to see that option on TIC.
Please suggest.
Thanks,
Rita