Skip to main content
Solved

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

  • September 26, 2018
  • 1 reply
  • 144 views

Forum|alt.badge.img+2

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?

Best answer by zhangjinzhou

Sovled by group option.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img+2
  • Author
  • 10 replies
  • Best Answer
  • September 26, 2018

Sovled by group option.