cancel
Showing results for 
Search instead for 
Did you mean: 

unzip files in SAP Cloud Integration Service

PallaviU
Participant
0 Kudos

Hi Experts,

I have developed a simple integration scenario to transfer files. Now I need to unzip the files in the mapping. In PI we will be using Payload zip bean but how can we achieve it here.

Can you please help me to achieve this?

Thanks

Pallavi

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor

Hello Pallavi,

If you are dealing with ZIP containing single file you can Message Transformation - Decoder with option ZIP Decompress.

If ZIp contains multiple files then you have to write a script to process.

Regards,

Sriprasad Shivaram Bhat

PallaviU
Participant
0 Kudos

Hi Sriprasad,

Thanks for your reply. As per your mail for multiple files we need to write a script. I could see Java script and Groovy Scripts. I have used Apache Camel file language to modify the file name. Can I achieve the same in Apache camel file language or can i write both script and file language in one integration flow.

Please advice.

Thanks in Advance

Pallavi

Answers (1)

Answers (1)

robertfels
Participant
0 Kudos

Hi Pallavi,

do you have solved this issue? I have the same problem.

BR Robert