-
Notifications
You must be signed in to change notification settings - Fork 81
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>