Skip to main content

Is it possible to combine these glob patterns in one PathReader?

*.jpg

*scheme*.pdf

You should be able to do this using

{*.jpg,*scheme*.pdf}

http://docs.safe.com/fme/2018.1/html/FME_Desktop_Documentation/FME_ReadersWriters/path/PATH_reader.htm


Reply