Solved

FME run process for each record separately instead of accumulating input records

  • 26 September 2018
  • 1 reply
  • 21 views

Badge +1

I have multiple files under a directory. My objective is to perform a process on each file in the folder. This process basically reads all features of a file and generate a bbox.

I use a file and directory reader to get all the files' path and name. Then use them as initiator for a feature reader. My expectation is that the feature reader reading all features of one file each time and the following steps generating bbox for it and repeat the process. The final result would be multiple bboxes. However, the feature reader accumulates features from all of the files and the final result is one bbox.

Is there any way to handle this flow?

icon

Best answer by zhangjinzhou 26 September 2018, 20:44

View original

1 reply

Badge +1

Sovled by group option.

Reply