8000 StreamLineIteratorPipe · frankframework/frankframework Wiki · GitHub
[go: up one dir, main page]

Skip to content

StreamLineIteratorPipe

BonnoSmeele edited this page Oct 9, 2024 · 1 revision

Reads from a stream, sends each line to a sender

					
<FixedResultPipe name="Read input CSV file" >
	<param name="filename" sessionKey="filePathName"/>
	<forward name="success" path="Process each Line" />
</FixedResultPipe>

<StreamLineIteratorPipe collectResults="false" ignoreExceptions="true" name="StreamLineIteratorPipe">
		<sender className="org.frankframework.senders.IbisLocalSender" javaListener="listenername"/>
	<forward name="success" path="READY"/>
</StreamLineIteratorPipe>

Clone this wiki locally

0