Skip to main content

Hi. I use a tester. It's with path extractor. The tester have a fonction to exclude some folder. I need to exclude all the folder with name include "0_".

The floder containt path with "0_" are exclude.

 

I need help to have the right expression to select all the folder with "0_" in the path name. Thank

 

exlcusiontester

You are very close. You need only one clause in your tester, and that would be NOT path_director_unix contains 0_

image


Reply