Skip to main content
Question

Help with Unzipper transformer

  • December 8, 2015
  • 2 replies
  • 40 views

Forum|alt.badge.img

Hello,

When I try to use the custom transformer "Unzipper" in 2015, it seems to work. A shape files in my zip file seem to be getting extracted into a temp directory on my C: drive, but once the workspace is finished running, the temp directoy disappear. Not sure how to make it work.

Thanks

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

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • December 8, 2015

You can point to a ZIP file using the Shape reader. You do not have to unpack the ZIP before reading the files anymore. Just use the ZIP file like you would use a directory.


Forum|alt.badge.img
  • Author
  • December 8, 2015

Erik - Thanks. That works perfectly. A nice easy solution.