Skip to main content
Question

How run the next transformation only when all features have gone trough the transformer beforehand?

  • July 19, 2022
  • 2 replies
  • 36 views

joy
Enthusiast
Forum|alt.badge.img+15
  • Enthusiast
  • 88 replies

I want to delete the input data in my script with the help of the Featurereade and the hub FileDeleter , but only when all features have been beforehand wrtitten to an export map in the FeatureWriter (see image below). So I don't want featurereader and the FileDeleter already running when not yet all files have been exported . I was wondering how that can be achieved in FME desktop? In case my question is a bit vague, just let know.

afbeelding

2 replies

joy
Enthusiast
Forum|alt.badge.img+15
  • Author
  • Enthusiast
  • 88 replies
  • July 19, 2022

Oh I think I already found the answer: Featureholder

 


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3697 replies
  • July 19, 2022

Oh I think I already found the answer: Featureholder

 

Yes, that's it. The FeatureHolder waits until all features have been received before passing them on.