- Creator
- FeatureReader (Directory and file pathnames) and point to the zip-file
you will get one feature per file within the zipfile
- FeatureWriter (FileCopy) and set an outputcatalgue.
So you can use the Directory and file pathnames to read files within the zipfile and filcopy to write them to the destination folder.
I think both ZipExtractor and ZipArchiver work with Python 3.x interpreter too.
I think both ZipExtractor and ZipArchiver work with Python 3.x interpreter too.
Not sure how to check, but when I load it I get the "Python Version Compatibility Mismatch" screen.

The warning message appears when adding the transformer which was created with Python 2.7 environment and FME Workbench changes the Python Compatibility parameter to Pyhon 2.7, but you can re-set the parameter to Python 3.x manually after adding the transformer.
I think both ZipExtractor and ZipArchiver work with Python 3.x interpreter too.
The warning message appears when adding the transformer which was created with Python 2.7 environment and FME Workbench changes the Python Compatibility parameter to Pyhon 2.7, but you can re-set the parameter to Python 3.x manually after adding the transformer.
The warning message appears when adding the transformer which was created with Python 2.7 environment and FME Workbench changes the Python Compatibility parameter to Pyhon 2.7, but you can re-set the parameter to Python 3.x manually after adding the transformer.
Very nice, many thanks for the addition. I always get confused and not sure what happens with Python related errors.
I think both ZipExtractor and ZipArchiver work with Python 3.x interpreter too.
@takashi if you convert the comment to answer I can mark it as the correct answer.