Skip to main content
Solved

Update several Excel files within a zip file

  • June 27, 2024
  • 2 replies
  • 54 views

felipeverdu
Enthusiast
Forum|alt.badge.img+11

Hi

I need to update several Excel files within a zip file. I have contacted support and they have created a problem report for the development team (FMEENGINE-83267,  I have reproduced the problem with updating multiple Excel files within a zip file).

 

FME Form 2023.2.1.0

Build number: Build 23774

Meanwhile I need a work around, any ideas?

Br

Felipe Verdú

Best answer by nielsgerrits

Before reading extract the zip to folder using the zipextractor, reconstruct the zip after writing using the ZipArchiver.

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

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • June 27, 2024

Before reading extract the zip to folder using the zipextractor, reconstruct the zip after writing using the ZipArchiver.


felipeverdu
Enthusiast
Forum|alt.badge.img+11
  • Author
  • Enthusiast
  • June 27, 2024

Hi @nielsgerrits 
I had thought of that and it actually made the trick! Thanks for pushing me to do this :)