Skip to main content
Archived

Add ability to read features from Archived Dataset within Nested Zip File

  • November 27, 2015
  • 2 replies
  • 38 views

takashi
Celebrity

Sometimes I come across a source dataset within nested zip file, like this: "root.zip/sub.zip/data.shp".

Looks like FME doesn't support reading features from such a dataset currently. It would be convenient if FME could unzip nested zip files recursively and read features from the archived dataset.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • January 29, 2016

You solved the problem @takashi with your ZipExtractor custom transformer (excellent work) but it would be nice to see readers able to recursively look inside nested zips for data.


davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • July 26, 2021

I stumbled across the same requirement today and when looking how to get FME to read *.zip\\*.zip\\*.gz\\*.gml it seems FME still needs an unpacking tool like Takashi's ZipExtractor, albeit with the benefit of now being able to use it with the TempPathnameCreator. Would be great to get to data inside multiple zipped levels! Anyway, thanks again takashi from 2021! No doubt I'll be back on this post in 2027...