Re: Camel Large File Processing Issues

2016-04-18 Thread h0mer
s for the help guys. I'll keep you updated if I run into anymore issues. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221p5781289.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Large File Processing Issues

2016-04-18 Thread Wilson MacGyver
this a valid solution? I just figured that my original route (original > post) does all of this behind the scenes when you specify a > "localWorkingDirectory" in the FTP URI? Is this not the case? > > Thanks for the help BTW. > > > > -- > View this message in con

Re: Camel Large File Processing Issues

2016-04-18 Thread h0mer
BTW. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221p5781247.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Large File Processing Issues

2016-04-18 Thread Claus Ibsen
ebug_img.png> >> >> >> How do I get the actual String contents line by line, without doing a >> marshal or casting the body to a String.class type? The file uses the >> default UTF-8 charset and is of type string as it is only an apache log >> file. >>

Re: Camel Large File Processing Issues

2016-04-18 Thread h0mer
estion is: How do I chain these two routes together such that Route 2 gets called right after Route 1 finishes? Can I have two "from" statements within the same Configure method? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp

Re: Camel Large File Processing Issues

2016-04-18 Thread Claus Ibsen
gt; > How do I get the actual String contents line by line, without doing a > marshal or casting the body to a String.class type? The file uses the > default UTF-8 charset and is of type string as it is only an apache log > file. > > > > > -- > View this message in cont

Re: Camel Large File Processing Issues

2016-04-17 Thread h0mer
e uses the default UTF-8 charset and is of type string as it is only an apache log file. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221p5781239.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Large File Processing Issues

2016-04-17 Thread Claus Ibsen
")" line >> above tries to convert the entire object to a string. >> >> If I remove the "marshal().string("UTF-8")" line above, it goes through, >> but >> the exchange does not receive the content of the file, but rather just the >> file

Re: Camel Large File Processing Issues

2016-04-17 Thread Ravindra Godbole
me and some other information (like my original post above states). > Keep in mind that this is a 3gig file with about 7 million lines (apache > log > file). > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221p5781236.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- - Ravi *[ View My Youtube Channel ] <https://www.youtube.com/c/RavindraGodbole>* Phone: +91 *98 509 760 91*

Re: Camel Large File Processing Issues

2016-04-17 Thread h0mer
this is a 3gig file with about 7 million lines (apache log file). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221p5781236.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Large File Processing Issues

2016-04-17 Thread mailingl...@j-b-s.de
6252 Feb 26 19:40 test_file.txt > > Now I'm kind of confused... where do I go from here? How do I get the > Splitter to actually split on the new line character and send in line by > line? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Large File Processing Issues

2016-04-17 Thread h0mer
d... where do I go from here? How do I get the Splitter to actually split on the new line character and send in line by line? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Large-File-Processing-Issues-tp5781221.html Sent from the Camel - Users mailing list archive at Nabble.com.