SL12345
3 years agoNew Contributor III
How to filter files from directory
Hi Snaplogic experts,
iam struggling with one task - get two files from source directory and process them (everything works fine if both files are there or one of the files is in directory)
My p...
- 3 years ago
The Directory Browser uses GLOB, not Regex, but you can do similar searches. Multiple patterns can be used. They must be contained in brackets. For example the following will return ‘mamma mia.csv’ and ‘snaplogic.csv’:
{mamma mia.csv, snaplogic.csv}
Check the SnapLogic documentation here for the Directory Browser file filter -here-.