Question

problem with ZipExtractor then PythonCaller

  • 12 October 2022
  • 2 replies
  • 4 views

Hi,

I use ZipExtractor to unziped a file, then put it in a folder, but when I go to use PythonCaller to read the files from the folder, it still hasn't finished unzipping all the files.

How do I make it use the next task only when the previous task has finished?

Thank you


2 replies

Userlevel 6
Badge +32

Just to be sure, you do know FME Readers can read in ziparchives right?

 

When you place a FeatureHolder downstream the ZipExtractor, it will wait until all features have arrived before realeasing any.

I already tried with FeatureHolder, but when I put it in front of zipExtractor, it doesn't unzip the files..

Reply