cancel
Showing results for 
Search instead for 
Did you mean: 

Unzip File bevor Polling

Former Member
0 Kudos

Hello

A Zip file contains some XML file. It's possible to unzip the file and then polling each XML file. If its possible how this szenario must be build. Till yet the szenario works with the n-XML files and I want to enhance it with zip.

Thx

Regars

Ofer

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

a scheduled OS script could check the folder regularily for incoming zip files and unzip it.

Former Member
0 Kudos

Hi,

As said my Stefen, writing a OS cription is better solution for this. So where you zip file is hosted, you can run the script there itself and extract all files.

Regards,

Farooq

Edited by: Farooq Farooqui on Jun 17, 2010 8:45 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ofer,

OS script is the best thing, we have some other alternatives also

By using the Java or ABAP mapping we can send the data

/people/aayush.dubey2/blog/2007/10/10/zip-transfer-unzip-increase-the-performance-of-your-java-abap-applications

By using Bean

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

Regards

Ramesh