Global web icon
stackoverflow.com
https://stackoverflow.com/questions/73857486/how-t…
talend - How to split data into multiple outputs files based on value ...
Using Talend Open Studio for Data integration How can I split one Excel file into multiple outputs based on values of given column ? Example Example of data in input.xlsx : ID; Category 1;...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54441370/worki…
Working with tExtractJSONFields in Talend - Stack Overflow
There are 2 problems with your approach. First, tExtractJSONFields doesn't support passthrough of fields (codeObjetStart, codeRetour, libelleCodeErreur, versionObjetStart). If it did support it, you wouldn't have to set a jsonpath expression for each of these fields, because you already read them in your tFileInputJSON. That brings us to the 2nd problem which is that jsonpath doesn't support ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/65321134/impor…
java - Importing external jar in Talend - Stack Overflow
Importing external jar in Talend Asked 4 years, 11 months ago Modified 2 years, 6 months ago Viewed 11k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/11290609/how-t…
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 Window -> Show view -> Talend -> Modules. From the Modules section we can manage all the external libraries.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/22669993/how-t…
talend - How to conditionally execute something based on previous ...
for any talend component look under outline tab under the left side workspace pane at the bottom. this lists down the properties available via global variables for that component. Some properties like count of records inserted by output components are only available once the component is executed completely (After). for your case you can try directly using ( (Integer)globalMap.get ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/64209214/talen…
Talend - Exception in thread "main" java.lang.Error: Unresolved ...
Talend - Exception in thread "main" java.lang.Error: Unresolved compilation problems: The import routines cannot be resolved Asked 5 years, 2 months ago Modified 1 year, 1 month ago Viewed 6k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/68684858/how-t…
How to count the number of rows in a flow in Talend?
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 tFileOutputExcel's variable: (Integer)globalMap.get ("tFileOutputExcel_1_NB_LINE") Note that this is an "after" variable which is available after the file has been written, so you can get it using an OnComponentOk or ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/73076535/talen…
etl - Talend : How to fix the code of method is exceeding the 65535 ...
Talend : How to fix the code of method is exceeding the 65535 byte limit Asked 3 years, 4 months ago Modified 1 year, 5 months ago Viewed 2k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/69073438/works…
talend - workspace is already in use issue - Stack Overflow
This seems to be a permission issue, Talend can't create the workspace, therefore it throws the error
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/75766460/talen…
Talend - Send HTTP POST Request with form-data - Stack Overflow
Talend - Send HTTP POST Request with form-data Asked 2 years, 8 months ago Modified 11 months ago Viewed 3k times