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

Breaking multiple records of FF

  • 1.  Breaking multiple records of FF

    Posted Sat October 28, 2006 08:10 PM

    Hi Friends,

    I am having a flatfile with multiple records. as below

    01
    02
    03
    04
    05
    01
    02
    03
    04
    05
    01
    02
    and…so on

    for every set of record from 01 to 05 we have to generate the one ST.
    How can i divide the set of records in the flatfile.

    When i am giving the input as the whole Flatfile , the service is taking only first set of record and processing.

    the process i am using is

    getfile
    Convet to ISdocument.
    Mapping to Edi Document
    ConverttoString(EDI)

    Can anyone please suggest me over.

    Thanks and regards
    Naveen


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


  • 2.  RE: Breaking multiple records of FF

    Posted Mon October 30, 2006 02:40 AM

    Your FFSchema should be created this way…

    RecordDefinition
    01 (maxRepeat=unlimited) —This will handle multiple 01-05 record sets
    –02
    –03
    –04
    –05

    Test the above schema with your flatfile.

    HTH,
    RMG


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


  • 3.  RE: Breaking multiple records of FF

    Posted Mon October 30, 2006 03:11 PM

    Hi RMG,

    Thanks for reply,
    I will try it and see.

    Regards,
    Naveen


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