Autoloader ignore one folder in path
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:46 AM - edited 05-21-2024 07:39 AM
Hi everyone!
I am trying to setup Autoloader to read json file with specific name from all subfolders under the path except one.
Could someone advice how this can be achieved?
For example, I need to read from .../*/specific_name.json, but ignore test folder
So ../test/../specific_name.json should be ignored
I have tried this GLOB expression, but seems that this one is not working:
"<bucket_name>/!(*test*)/specific_name.json"