I have zip folder, in that i have two files i need to unzip that folder in pega and next i have to use those files can any help in this. thanks in advance
@PaladuguV
Create a function with two parameters.
-
sourceFilePath : Where the zip file is located
-
destFolder: Where you want to place the unzipped files.
Please refer the java code snippet attached.
Thanks,
Vinay
Unzip.txt (1.51 KB)
@VinayKumarL16594575 so we can use this java code to unzip first, then file listener to listen to the folder where files are getting extracted so that we can get those files attach them to case. Am I right?