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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ashok200792
Contributor
Contributor

how to take all list of file name in the directory based on the condition?

how to take all list of file name in the directory based on the condition?

 

For example:

dir : NameDIR 

files: name1.csv, name2.csv

 

tfilelist ---- tfileProperties ---- tflowTolerate_1 ---- tmsg   ---if condtion (LIST OF FILES) ---- component OK ---- success

 

We need to get the file name list in final?

 

After get the all files finally need to action the next step.

 

can you guide me further process.

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,

As I understand, you want to get the file list from a directory.

Here is a solution with the needed components and the configuration for tIterateToFlow which makes the job:

 

0683p000009Lrti.png

At the end, tHashOutput_3 contains 1 row per file with the full pathname.

Does this matches with what you expect?

View solution in original post

1 Reply
TRF
Champion II
Champion II

Hi,

As I understand, you want to get the file list from a directory.

Here is a solution with the needed components and the configuration for tIterateToFlow which makes the job:

 

0683p000009Lrti.png

At the end, tHashOutput_3 contains 1 row per file with the full pathname.

Does this matches with what you expect?