Skip to main content
Question

problem with ZipExtractor then PythonCaller

  • October 12, 2022
  • 2 replies
  • 14 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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • October 12, 2022

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.


  • Author
  • 1 reply
  • October 13, 2022

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