Question

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


Badge +13
  • Contributor
  • 58 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

Badge +13

Oh I think I already found the answer: Featureholder

 

Userlevel 4
Badge +25

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.

 

Reply