Re: Trouble with split/tokenize on linux

2012-11-21 Thread Christian Müller
stian > > > On Wed, Nov 7, 2012 at 6:11 AM, Denis S wrote: > >> Hi Christian, >> >> Yes, it does work! Thank you so much. >> >> Denis. >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Tr

Re: Trouble with split/tokenize on linux

2012-11-21 Thread Christian Müller
The ticket is https://issues.apache.org/jira/browse/CAMEL-5767 Best, Christian On Wed, Nov 7, 2012 at 6:11 AM, Denis S wrote: > Hi Christian, > > Yes, it does work! Thank you so much. > > Denis. > > > > -- > View this message in context: > http://camel.465427

Re: Trouble with split/tokenize on linux

2012-11-06 Thread Denis S
Hi Christian, Yes, it does work! Thank you so much. Denis. -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5722271.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Trouble with split/tokenize on linux

2012-11-02 Thread Christian Müller
camel.465427.n5.nabble.com/file/n5721918/crm.sample.csv> > > this is a small portion of the file. see around 260..280 lines. I'm not > sure > if the file will help you reproduce my issue: now it is in win format. > > Thanks, Denis. > > > > -- > View t

Re: Trouble with split/tokenize on linux

2012-11-02 Thread Christian Müller
7;m not > sure > if the file will help you reproduce my issue: now it is in win format. > > Thanks, Denis. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721918.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --

Re: Trouble with split/tokenize on linux

2012-11-01 Thread Christian Müller
reproduce my issue: now it is in win format. > > > > Thanks, Denis. > > > > > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721918.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > >

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Raul Kripalani
nd 260..280 lines. I'm not > sure > if the file will help you reproduce my issue: now it is in win format. > > Thanks, Denis. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721918.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Denis S
ttp://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721918.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Christian Müller
uot;BASEL II - BEBEK-MANUAL","Mehmet ¦elikgÆrz","MEHMET > ¦ELIKGÆRZ","7458311","MEHMET","925" > > there are special chars in the line right after it, as you can see. > Could you suggest a charset which will help me solve the prob

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Denis S
an see. Could you suggest a charset which will help me solve the problem? Thanks, Denis -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721852.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Trouble with split/tokenize on linux

2012-10-31 Thread Christian Müller
ry utf-16 probably.. > > Thanks, Denis > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721840.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Trouble with split/tokenize on linux

2012-10-30 Thread Denis S
No, I didn't. But tried to set org.apache.camel.default.charset variable to utf-8, that doesn't help. Have to try utf-16 probably.. Thanks, Denis -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721840.html Sent from

Re: Trouble with split/tokenize on linux

2012-10-29 Thread Christian Müller
ng > e[null] > 2012-10-29 12:51:28.635 [Camel (import-context) thread #6 - > file://../import] TRACE org.apache.camel.component.bean.MethodInfo - > Parameter #0 evaluated as: Exchange[null] type: > 2012-10-29 12:51:28.635 [Camel (import-context) thread #6 - > file://../import] TRA

Re: Trouble with split/tokenize on linux

2012-10-29 Thread James Carman
t; Parameter #0 evaluated as: Exchange[null] type: > 2012-10-29 12:51:28.635 [Camel (import-context) thread #6 - > file://../import] TRACE org.apache.camel.component.bean.MethodInfo - >>>> > invoking: public void > com.sample.MyFileProcessor.processError(org.apache.camel.Exchange) throws > java.lang.Exception on bean: com.sample.MyFileProcessor@48e66eb9 with > arguments: {Exchange[null]} for exchange: Exchange[null] > > > Any ideas why this can happened? On linus platform only.. Any idea on how to > use char-set property for this file? > > Thanks, Denis > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721750.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Trouble with split/tokenize on linux

2012-10-29 Thread Denis S
nge[null] Any ideas why this can happened? On linus platform only.. Any idea on how to use char-set property for this file? Thanks, Denis -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721750.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Trouble with split/tokenize on linux

2012-10-29 Thread Denis S
this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677p5721726.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Trouble with split/tokenize on linux

2012-10-28 Thread Willem jiang
E150m/3mths, > E10m/1yr","EUR","3","S" > > Looks like the file wasn't split by lines properly. Please advise which > token should I use to split files properly on linux platform? > > Thanks, Denis. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Trouble with split/tokenize on linux

2012-10-28 Thread Denis S
ly. Please advise which token should I use to split files properly on linux platform? Thanks, Denis. -- View this message in context: http://camel.465427.n5.nabble.com/Trouble-with-split-tokenize-on-linux-tp5721677.html Sent from the Camel - Users mailing list archive at Nabble.com.