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

Skip to content
BonnoSmeele edited this page Oct 14, 2024 · 1 revision
		<ZipIteratorPipe
			name="ZipRead"
			getInputFromSessionKey="zipdata"
			streamingContents="false"
			charset="ISO-8859-1"
			contentsSessionKey="nestedZipData">
			<ZipWriterSender className="org.frankframework.compression."
				collectionName="zipwriter2"
				backwardsCompatibility="true">
				<Param name="filename" xpathExpression="/filename" />
			        <Param name="contents" xpathExpression="/contents"/>
			</ZipWriterSender>
			<forward name="success" path="close nested zip"/>
		</ZipIteratorPipe>

Clone this wiki locally

0