Overview
Validate the file extensions in an uploaded zip file and unzip the contents into the target folder.
Key Features & Functionality
Smart Services
Functions
Hi Team,
I downloaded the plugin and I tried to use it. I need to know how to valorize the parameter File Path to Extract. In the zip file I'm trying to extract, I don't have subfolders but at the same time I can't leave the field blank. Could you provide an example of valuing this parameter?
Thank you in advance
We have this plugin(v1.0.2) in our onprem 22.4 environment. is there is way to get a upgraded version(v1.0.3 ) of this plugin that will support on 22.4 environment?
We were trying to install this plugin in our 22.4 environment but we are getting the error saying that this plugin will require minimum version of 23.2 is needed. is there is way to get a version of this plugin that will support on 22.4 environment?
Hi,
The UnZip smart service has a problem when the ZIP file contains a folder structure with two (or more) identical folder names. It will then only create the first folder. The other folders with the same names are not created and the files of those folders are saved to some system folder.
Example folder structure:
/Folder_A/file1.txt
/Folder_B/Folder_A/file2.txt
Folders /Folder_A/ and /Folder_B/ are created and file1.txt is unzipped correctly.
Subfolder /Folder_A/ in /Folder_B/ is not created and file2.txt is not showing up in Appian.
The problem is how the smart service caches already created folders. It only uses the baseName instead of the full path.
Thanks,
Christoph