Hi Claus,
thanks for the quick reply.
Ticket https://issues.apache.org/jira/browse/CAMEL-4983 is created.
Regards,
Thomas
On 05.02.2012 10:12, Claus Ibsen wrote:
On Sat, Feb 4, 2012 at 2:10 PM, Thomas Letsch<[email protected]> wrote:
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
Hi
Can you create a JIRA ticket for this?
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.