[
https://issues.apache.org/jira/browse/CAMEL-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609552#comment-13609552
]
Christian Müller commented on CAMEL-6198:
-----------------------------------------
Yeah, thanks for sharing. We appreciate it!
> CsvConfig.setDelimiter(Char char) has no effect
> -----------------------------------------------
>
> Key: CAMEL-6198
> URL: https://issues.apache.org/jira/browse/CAMEL-6198
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.10.4
> Environment: Linux
> Reporter: Pierre-Alban DEWITTE
> Assignee: Christian Müller
> Priority: Trivial
>
> With code abode csvConfig.setDelimiter(';') has no effect
> CsvDataFormat csv = new CsvDataFormat();
> CSVConfig csvConfig = new CSVConfig();
> csvConfig.setDelimiter(';');
> csvConfig.setFieldHeader(true);
>
>
> from("file://in/?include=.*\\.csv).unmarshal(csv).process(new
> MyProcessor());
> When i add csv.setDelimiter(";"); everything works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira