With the Unzip operation of the ZIP in Memory Converter, you unzip a ZIP archive into memory.
For more information on other operations of the ZIP in Memory Converter, see ZIP in Memory Converter.
Parameters
|
|
Character encoding for file/path names Possible values:
|
Status values
|
|
The operation was executed successfully. |
|
|
The operation failed due to a technical error. |
Output
With the Unzip operation, the adapter creates an adapter-specific XML structure from a ZIP archive, e.g.:
|
-
Each
<Directory>element represents a (empty) folder in the ZIP archive. -
Each
<File>element represents a file and stores the Base64-encoded file content as a value. -
The
nameattribute specifies the file or folder name. -
The
sizeattribute specifies the file size if the value is stored in the ZIP archive.