Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new into Talend. I like to read all files from a folder dynamically and append another another file. I design job accordingly.
In context variable of file filename I like to read from for each. For that I used this ((String)globalMap.get("tForeach_1_CURRENT_VALUE")) but getting error.
can anybody help me.
you donot need foreach here .
You can directly Iterate on tFileList
https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/pgCYF2flWfXE6PWtTYCLfw
you donot need foreach here .
You can directly Iterate on tFileList
https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/pgCYF2flWfXE6PWtTYCLfw
Hi Arun,
Thanks it is solved through your help
Thanks
Indranil
can you please mark the post as resolved