GitHub user tammymendt opened a pull request:

    https://github.com/apache/flink/pull/1059

    [FLINK-2567] 

    Allow quoted strings in CSV fields to contain quotation character inside of 
the field, as long as its escaped Ex: 'Hi my name is \'Flink\' '. If a 
quotation character is found, the previous character is checked to see if it is 
the escape character. If yes, the string continues to be searched for the 
closing quotation. Test classes were updated to include strings with escaped 
quotation characters.

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

    $ git pull https://github.com/tammymendt/flink FLINK-2567

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

    https://github.com/apache/flink/pull/1059.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 #1059
    
----
commit 696b3b9f66d37cffa467a41e20f4ce3e145d2cc2
Author: tammymendt <tammyme...@gmail.com>
Date:   2015-08-25T14:52:04Z

    [FLINK-2567] Allow quoted strings in CSV fields to contain quotation 
character inside of the field, as long as its escaped Ex: 'Hi my name is 
\'Flink\''

----


---
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