webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

How to extract from GZIP files using webMethods.io MFT?

  • 1.  How to extract from GZIP files using webMethods.io MFT?

    Posted Tue October 10, 2023 12:30 PM

    Product/components used and version/fix level:

    webMethods.io MFT version 10.16.4.0.215,
    Build number 215 (no patches)

    Detailed explanation of the problem:

    We are using webMethods.io MFT in a project and we will be receiving files in GZIP format. It seems that wM.io MFT can only use ZIP.
    Unfortunately ZIP cannot be used with GZIP files.
    It doesn’t seem that wM.io MFT offers the ability to select which one to use.

    Is there a way to make these work? Can we call webMethods.io Integration to do it for us, or is there another/better way?

    Error messages / full error message screenshot / log file:

    N/A

    Question related to a free trial, or to a production (customer) instance?

    This is a large project for a SAG customer.


    #webMethods-io-Integration
    #webMethods
    #Managed-File-Transfer


  • 2.  RE: How to extract from GZIP files using webMethods.io MFT?

    Posted Tue October 10, 2023 01:20 PM

    Can MFT be configured to make a call to pub.compress:decompress


    #Managed-File-Transfer
    #webMethods-io-Integration
    #webMethods


  • 3.  RE: How to extract from GZIP files using webMethods.io MFT?

    Posted Tue October 10, 2023 03:23 PM

    Hi Rob
    I see that webMethods,io Integration FlowServices do have built in services for compress and decompress.
    Flow Service BIS doc is here: Flow services - webMethods.io Integration

    You will see compressData and decompressData services.
    They both support gzip.

    And the wM.io MFT product is able to invoke wM.io Integration FlowServices.

    So we will look into this.

    Thanks!

    Wayne

    [image]


    #Managed-File-Transfer
    #webMethods
    #webMethods-io-Integration