Forum Discussion
del
8 years agoContributor III
@abjoe, Just for practice, I played around with Directory Browser filter (which uses GLOB patterns like the File Poller Filter) and came up with a filter that works partially in my tests… I don’t know how reliable it will be for you, so tstack’s suggest is likely a better option.
*[!.]???
The two issues I found with this filter are
- it requires all extensions to be exactly 3 characters (i.e. works with .txt but not .json)
- it will not pull in non-extension filenames with a filename less than 4 characters long