Hi,

the bindy csv component uses the default encoding when importing a file
Class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat Line 115:
- InputStreamReader in = new InputStreamReader(inputStream);
+ InputStreamReader in = new InputStreamReader(inputStream,
IOConverter.getCharsetName(exchange));

the marshal method needs that probably too. This was already done for the
standard CSV component:
https://issues.apache.org/jira/browse/CAMEL-3483

Regards,
Thomas

--
View this message in context: 
http://camel.465427.n5.nabble.com/Bindy-CSV-parser-uses-default-encoding-tp5456136p5456136.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to