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
Expand all | Collapse all

Parsing a falt file with repeating records, but no file head

  • 1.  Parsing a falt file with repeating records, but no file head

    Posted Fri March 17, 2006 04:05 AM

    I have a flat file that has a structure similar to this:

    1abc
    2def
    2ghi
    2jkl
    3mno

    where 1 is batch header, 2 is batch detail and 3 is batch footer. If there is just one occurence of this, my falt file schema works fine.

    If there are multiple occurences, all the records from the second occurence and below show beneath the batch footer of first record.

    I know I can make the flat file parser recognize the multiple batches if I have a file header and a file footer record. However, I would like to know if its possible to parse this without a file header and footer


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Parsing a falt file with repeating records, but no file head

    Posted Thu August 10, 2006 07:18 AM

    as long as batch detail record appears, parsing happens (Assuming record identifier appears correctly).

    Ensure that “mandatory” is unchecked.

    HTH
    Bhavani Shankar


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB