B2B Integration

 View Only
  • 1.  ITX-GZIP adapter

    Posted Wed July 08, 2020 09:26 AM
    Hi,

    My ITX map has two output card,one is for Control file and other is for Data file.

    I am trying to gzip both the files to a single gz files.

    While passing the first output card , i am able to get the test.gz file but not sure how to pass multiple output  to GZIP adapter.
    PUT("GZIP","-FILE test.gz -T+",OutputCard1)

    We can pass multiple files to ZIP adapter with space delimiter but is there any way to do the same in GZIP adapter.

    Please suggest your thoughts.

    Thanks
    Santanu

    ------------------------------
    Santanu Baral
    ------------------------------

    #SupplyChain
    #B2BIntegration


  • 2.  RE: ITX-GZIP adapter

    IBM Champion
    Posted Thu July 09, 2020 01:35 PM
    A .gz file only ever contains one file.

    I think you mean to create a .tar.gz file, which is a TAR file that has been compressed with GZIP.  This can contain multiple files, and is the nearest equivalent of .ZIP.

    Perhaps you could use the TAR adapter first, to add all the members, and then use the GZIP adapter after that?

    Thank you.

    ------------------------------
    Paul Brett
     
    IBM Sterling Transformation Extender (ITX) Client Support
    ------------------------------