Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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:
At the end, tHashOutput_3 contains 1 row per file with the full pathname.
Does this matches with what you expect?
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:
At the end, tHashOutput_3 contains 1 row per file with the full pathname.
Does this matches with what you expect?