t=Append&fileName=output.txt");
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Transforming-large-mainframe-file-tp5726423p5726988.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
.completionTimeout(1500).
to("file:F:/EbcConversion/Data/outbox/files?fileExist=Append&fileName=output.txt");
--
View this message in context:
http://camel.465427.n5.nabble.com/Transforming-large-mainframe-file-tp5726423p5726988.html
Sent from the Camel - Users mailing list archive at Nabble.com.
did you try with streaming="true"?
Am 28.01.2013 um 16:18 schrieb gurusamy.venkateswa...@barclays.com:
> Hi,
>I am trying to parse and transform a large mainframe file
> using camel. I am trying to use the "Splitter" but I could not get it to work
> for my requirement. My requir
Hi,
I am trying to parse and transform a large mainframe file using
camel. I am trying to use the "Splitter" but I could not get it to work for my
requirement. My requirement is that I need to split a large file based on size
(in chunks of 500 bytes). The Source file size is abo