Forum Discussion
3 Replies
- aleungContributor III
Unsure if it would work but have you try the following?
*.csv || *.xml
- delContributor III
The documentation says File Poller uses GLOB pattern for the filter. Some GLOB pattern implementations use extended syntax called Brace Expansion, so try *.{csv,xml}. I haven’t tested with File Poller but it seems to work for Directory Browser.
- sanjaynayakNew Contributor III
@del, yes this is a workable solution for file poller too! but it depend on what pattern we are following to filter.