GitHub user allancth opened a pull request:

    https://github.com/apache/camel/pull/1420

    CAMEL-10739: camel-bindy: Unmarshall CSV fields with crlf characters

    Bindy CSV currently performs line by line scan, and split with provided 
delimiter ("comma by default"), thus unable to recognize if CSV fields might 
contain crlf characters.
    
    Suggestion, add "multiLine" in @CsvRecord, which BindyCsvDataFormat will 
parse CSV with commons-csv library if multi line is true.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/allancth/camel CAMEL-10739

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1420
    
----
commit ed73f63dab6f4c60f4b6acfca8a7f1fb93181e32
Author: Allan C <allan...@gmail.com>
Date:   2017-01-23T06:35:51Z

    CAMEL-10739: camel-bindy: Unmarshall CSV fields with crlf characters

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to