You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use case where we are attempting to automate the unzipping of a zip file that has been split.
The original zip file is password protected, but the subsequent split files have an extension of .001 through to .005 as an example: Original zip file - Test.zip Split zip files
Test.zip.001
Test.zip.002
Test.zip.003
Test.zip.004
Test.zip.005
What I have found is when working this, the entire group of split files must remain together and the unzipping the 001 file is all that you need to do in order to get a hold of the unzipped file. After passing the password and unzipping the 001 file, you end up with the original zipped file. Important thing to note is that the split files do not have a extension of .zip and if you modify the extension to .zip it corrupts the file.
Does anyone know if AzUnzipEverything could handle this at all?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
We have a use case where we are attempting to automate the unzipping of a zip file that has been split.
The original zip file is password protected, but the subsequent split files have an extension of .001 through to .005 as an example:
Original zip file - Test.zip
Split zip files
What I have found is when working this, the entire group of split files must remain together and the unzipping the 001 file is all that you need to do in order to get a hold of the unzipped file. After passing the password and unzipping the 001 file, you end up with the original zipped file. Important thing to note is that the split files do not have a extension of .zip and if you modify the extension to .zip it corrupts the file.
Does anyone know if AzUnzipEverything could handle this at all?
Beta Was this translation helpful? Give feedback.
All reactions