IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  unzipping

    Posted 08/05/08 11:13 AM

    Originally posted by: raj1


    I have a zipped file consisting of some data.How to unzip it and write to a file in the map.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: unzipping

    Posted 08/06/08 06:18 AM
      |   view attached

    Originally posted by: paul.brett


    When using the ZIP adapter, you would need to know the name of the file(s) within the zip.

    To extract multiple files, without knowing the names, you would use the Batch adapter, with the pkunzip utility. Please see example:

    Use CreateZip to create the zip file from the 3 text files.
    Use CreateZipList to create a listing of the files contained in the zip file.
    Finally, us GetAllFiles to extract all files contained in the zip file.

    Paul.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender

    Attachment(s)