IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
  • 1.  Creating Flat file from EDI

    Posted Mon August 18, 2003 01:37 PM

    Hi,

    Can anybody help me on how to create a flat file from EDI file.
    Any help regarding the same will be appreciated.

    Thanks,
    Neeraj


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 2.  RE: Creating Flat file from EDI

    Posted Sat August 23, 2003 09:56 PM

    Hi,
    u have to first convert the EDI file into Idata values object using convertToValues.and also u have to define the flatfile schema in developer .then u have to create the document type from this schema.
    then map your EDI values data to corresponding flatfile document type.finally use convertToString service , by passing these, flatfile values and schema as inputs , you will get your flatfile.Wmflatfile, and EDI user guide will help you lot on this procedure.

    HTH,
    Rao.


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 3.  RE: Creating Flat file from EDI

    Posted Wed February 04, 2004 03:45 PM

    yes Rao,
    i did the same way as u suggested but iam able to get only the first record in the EDI file
    eg:
    i took a purchase order and 10 items r there for purchase
    but onle the first item is present in flat file
    thanks


    #webMethods
    #Integration-Server-and-ESB
    #edi