Re: Transforming large mainframe file

2013-02-06 Thread Christian Müller
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. >

Re: Transforming large mainframe file

2013-02-05 Thread Gvvenkat
.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.

Re: Transforming large mainframe file

2013-01-28 Thread Walzer, Thomas
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

Transforming large mainframe file

2013-01-28 Thread gurusamy.venkateswaran
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