Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

I like to read all excel files from folder and store data of each files intpo one file.

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.

 

0683p000009M2s8.png

0683p000009M2sD.png

 

0683p000009M2sN.png

Labels (2)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

you donot need foreach here .

 

You can directly Iterate on tFileList

 

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/pgCYF2flWfXE6PWtTYCLfw

View solution in original post

3 Replies
akumar2301
Specialist II
Specialist II

you donot need foreach here .

 

You can directly Iterate on tFileList

 

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/pgCYF2flWfXE6PWtTYCLfw

Anonymous
Not applicable
Author

Hi Arun,

 

Thanks it is solved through your help

 

Thanks

Indranil

akumar2301
Specialist II
Specialist II

can you please mark the post as resolved