Anybody have any success copying over a select group of folders using the Directory and File Pathnames to a filecopy transformer? I currently have it set up the same as described in https://knowledge.safe.com/questions/62005/copy-entire-folder-from-a-to-b-destination.html
where it successfully copies ALL the folders. (path filter is currently set to But I would like to set a regex in the Path Filter to only grab the folders I want.
example:
I have 9 folders with sporadic numbering/naming and only want folders 01,02,03 & 09.
01 – test
02 – test
03 – test group1
04 – test group2
05 – test
11 - test
12 - test
17 - test
09 - test
I tried
01 - test\\n02 - test\\n . . . but I can't seem to skip to the 09 folder?
Any thoughts