cancel
Showing results for 
Search instead for 
Did you mean: 

Unzipping file

Former Member
0 Kudos

Hell All,

I have a requirement of Unzipping a file using SFTP channel. A ZIP file has internally 2 ZIP files. And in one of the ZIP file has 1 file present which is XML/Actual payload which channel has to read and send it message mapping for further processing.

                             ZIP

                                zip1 (.xml)

                                zip2 (.pdf,.txt)

Can you please help me with the kind of params that i need to use under module tab

Regards,

Naresh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Kudos

Hi Naresh!

You can start with using PayloadZipBean as per suggestion above, but

I guess in that case you'll have to use it more than once and together with "PayloadSwapBeanModule".

Regards, Evgeniy.

former_member186851
Active Contributor
0 Kudos

Hello Naresh,

Check the below link and see if it helps