Re: Unicode characters not recognizing when reading file

2016-04-15 Thread patelp7
ge in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781188.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unicode characters not recognizing when reading file

2016-04-14 Thread patelp7
com/file/n5781109/sample_data_export.csv> -- View this message in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781109.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread Ioannis Mavroukakis
ontext: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781038.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread patelp7
ttp://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781038.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread Ioannis Mavroukakis
t: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781036.html Sent from the Camel - Users mailing list archive at Nabble.com. Ioannis Mavroukakis <mailto:imavrouka...@gmail.com> 13 April 2016 at 20:15 Are you sure your terminal encoding is UT

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread patelp7
I changed my route to from(file).to("file:/?fileName=out.csv=Append") It preserved the character. -- View this message in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781036.html Sent from the Camel - Users mailing li

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread Ioannis Mavroukakis
in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781032.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread patelp7
I guess my assumption was wrong. I removed tokenizing and its still not working :( -- View this message in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781032.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread Ioannis Mavroukakis
t;UTF-8").split(body().tokenize("\r\n|\n|\r")).streaming() It's still converting the character to "?". I feel its reading the right character but its getting corrupted when tokenizing/streaming? -- View this message in context: http://camel.465427.n5.nabble.com/Unicode

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread patelp7
still converting the character to "?". I feel its reading the right character but its getting corrupted when tokenizing/streaming? -- View this message in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028p5781030.html Sent fro

Re: Unicode characters not recognizing when reading file

2016-04-13 Thread Ioannis Mavroukakis
when the EOL character is "/r/n" but passes when the EOF character is "/n" What am I missing? -- View this message in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028.html Sent from the Camel - Users mailing list archive at Nabble.com.

Unicode characters not recognizing when reading file

2016-04-13 Thread patelp7
F character is "/n" What am I missing? -- View this message in context: http://camel.465427.n5.nabble.com/Unicode-characters-not-recognizing-when-reading-file-tp5781028.html Sent from the Camel - Users mailing list archive at Nabble.com.