I have the Source Directory parameter set to a directory name, e.g. "C:\\temp"
I have the Path Filter set to "**/*.xlsx"
In theory, this should find all xlsx files in the current directory and recurse down through sub-directories.
2 issues:
1. if I follow the Reader documentation, I should be able to use "**\\*.xlsx" but it doesn't find any files, so I need to use a forward slash "/" instead of a backslash "\\". (I'm on a Windows system, so you'd think a backslash would be better.)
2. using the above path filter it successfully recurses into sub-directories and finds xlsx files but it does not find any files in the top level directory.
Anyone have any idea why it's behaving like this?
Using the same glob pattern (either forward- or back-slash, doesn't matter) with the Excel Reader works as expected and successfully picks up all xlsx files from the top level directory down.