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

Where is the iterate attribute of flatFile.convertToValues?

  • 1.  Where is the iterate attribute of flatFile.convertToValues?

    Posted Thu July 18, 2019 04:28 AM

    I’m using webMethods 10.4 and I would like to iterate over a large file line by line. Older documentation suggests the way to do this is by setting the “iterate” attribute to “true” in the “pub.flatFile.convertToValues” part of my pipeline and then mapping the iterators accordingly. However, my convertToValues is getting its input from the “pub:file.getFile,” which only contains

    filename
    body

    • bytes
    • stream
    • reader
    • string
      $retries

    I’m confused about where the “iterate” property can be set. Screen shot is attached.


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


  • 2.  RE: Where is the iterate attribute of flatFile.convertToValues?

    Posted Thu July 18, 2019 12:49 PM

    Hi Dave,

    you can set the iterate parameter in the input of the service invocation of convertToValues.

    Regards,
    Holger


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