Hello!

I have the following issue with configuring ListFile and the following folder 
structure organized year/month/day/hour:
/abc/def/2021/01/15/13/Test

I need to recursively retrieve files from /abc/def/2021/01/15/13 but not from 
/abc/def/2021/01/15/13/Test and have the following parameters
Input Directory                    /abc/def/2021/01/15
Listing Strategy                    TrackingTimestamp
Recurse Subdirectories       true
FileFilter                                [^\.].*
PathFilter                              (?!(Test)).*
others are set to the default values
However, this configuration still retrieves files from both ../13 and ../13/Test

I am wondering if the path filter might be wrong or I need to use another 
Listing Strategy and how to configure it.

Many thanks in advance for your help!

Valentina

Reply via email to