Question

Process multiple files individually using FME Server

  • 30 July 2015
  • 1 reply
  • 19 views

Hi,

 

I have a bunch (16k) tiff files that I want to individually process through FME Server. I've gone through all the configuration options I can find, but regardless the files are processed as one file. I know I can make this work using a batch file, but curious to discover if the server GUI offers a faster route. Hopefully I'm missing something obvious.

 

 

Cheers,

 

Steve

1 reply

Badge +10

Hi @vimapper

The easiest solution is to have the workspace read from a folder, expose fme_basename in the reader, and have the writer file name set to fme_basename or use a fanout. Once the workspace is set this way it will loop through each file individually both on desktop and server.

https://knowledge.safe.com/articles/565/fanout-1.html

Reply