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

List and read files from multiple directories

Good afternoon guys, how are you?

I have the following situation. I have two directory structures being input and output directory. The input and output directories have several subdirectories where each subdirectory contains their files.

I need to develop an ETL where I read all the files in the input directory and then read the output directory files and have to check if the output file that matches the input file was found.

Can someone help me?

Thank you

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

Thank you for your help. Now is worked

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

For your job requirement, please take a look at tfilelist component.

Here is a related topic:https://community.talend.com/t5/Design-and-Development/Browse-folders-and-find-identical-files-witho....

Hope it will help.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

 

Thank you for your help. Now is worked