Hello !
I want to extract files wich have everytime a different expression but there is some text who would be everytime in the file name :
Example : [200072692_ZONE_URBA_20220412]
“ZONE_URBA” will be the text present everytime in my extract file.
I want the String Searcher to download the files which only contains “ZONE_URBA”
The numbers in the example before and after “ZONE_URBA” will change everytime because they are the number of the EPCI (french administrative numbers)
After calling ZIP file from HTTP with HTTPCaller, I use the ZipExtractor to extract the zip file.
Then I use the StringSearcher but I don’t know how to configure the parameters to recover only the ZONE_URBA files …
Anyone got an idea ? I think it’s not something impossible but i’m beginner.
Sorry for my english, I promised I’ll improve !!
Thanks a lot
Here my work chain :

