
in Talend, catch an error message without the job dying
Aug 31, 2020 · in Talend, catch an error message without the job dying Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 4k times
How to add third party libraries to Talend project?
Just to benefit others, with recent release of Talend, they have removed the User libraries. We need to use the Modules to see, download or install new libraries. We can add Modules view by going to …
Talend - Send HTTP POST Request with form-data - Stack Overflow
Mar 17, 2023 · Talend - Send HTTP POST Request with form-data Asked 2 years, 11 months ago Modified 1 year, 2 months ago Viewed 3k times
Trouble after update in Talend 8.0.1 . Impossible to find or load ...
Sep 5, 2022 · Trouble after update in Talend 8.0.1 . Impossible to find or load primary Class "myProject"."myJob"
Working with tExtractJSONFields in Talend - Stack Overflow
Jan 30, 2019 · There are 2 problems with your approach. First, tExtractJSONFields doesn't support passthrough of fields (codeObjetStart, codeRetour, libelleCodeErreur, versionObjetStart). If it did …
Need to Get the current DateTime in the Talend Studio?
Dec 13, 1999 · 6 I am working the Talend studio tool for data migration. Now I want to set the Current DateTime in the Date field. I get the DateTime from this code TalendDate.getDate("yyyy-MM-dd …
How can I use tFileExist component in Talend? - Stack Overflow
Jan 22, 2013 · Using Talend, I want to verify if there is a file named ListePS.xls in my D:/ to do some treatment else nothing. How do I check if file exists in Talend?
Autonomous Talend job fails with 'Error: Could not find or load main ...
Nov 7, 2012 · The one that worked was generated from Talend 5.1.2 and the one that doesn't work came from Talend 5.2.0. This could be the cause of the problem. Another Edit--> Further …
How to count the number of rows in a flow in Talend?
Aug 6, 2021 · Talend output components have a global variable called NB_LINE which you can use to get the number of rows written to the component's file or table. In your case you can use …
Talend: Update global variable in subjob - Stack Overflow
Nov 1, 2014 · In Talend you can pass context variables to subjobs and they work like standard Java variables, so if you pass something unmodifiable (like Strings or basic types) you won't get any …