DynamicZipExtractor
Group |
|
Class Name |
com.ebd.hub.datawizard.util.DynamicZipExtractor |
Function |
This class is able to extract files from an encrypted and password protected ZIP file. |
Configuration File |
None. Parameter string can be inserted directly in the field Configuration file. |
Description
The class DynamicZipExtractor extracts all files from an encrypted and password protected ZIP file. For each included file in the ZIP file, a profile job is created. The field Configuration file must contain the path to the ZIP file, followed by the password and separated by a semicolon. It is also possible to set those parameters by using a variable @MSG_CALL_…@, if it is defined in the profile.
Example
Configuration string for the field Configuration file:
./ftp/customer_1/in;password123 |