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.  Purpose of iteration in convertToValue

    Posted Wed December 23, 2009 06:49 AM

    Can anyone explain me the purpose of “iterate” in convertToValue ?


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


  • 2.  RE: Purpose of iteration in convertToValue

    Posted Wed December 23, 2009 08:38 AM

    The flat file can iterate over large files processing one chunk (defined by the top level record and all of it’s childs in a hierarchical structure) at a time, so not the whole file is loaded into memory at once (Requires using a stream as input to make sense).
    Details on how to use it can be found in the Flat_File_Schema_Developers_Guide - Handling Large Flat Files.


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


  • 3.  RE: Purpose of iteration in convertToValue

    Posted Wed December 23, 2009 03:24 PM

    Apart from above said…you should set [COLOR=#ff3333]“iterator” to true

    for example handling large files in case TN largefile config (tspace storage)

    wm.b2b.editn:getTspace (edidata- object stream)
    Repeat Step
    –>convertToValues (iterator=true)

    HTH,
    RMg
    [/COLOR]


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