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.
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
I’m confused about where the “iterate” property can be set. Screen shot is attached.
Hi Dave,
you can set the iterate parameter in the input of the service invocation of convertToValues.
Regards, Holger