[ 
https://issues.apache.org/jira/browse/FLINK-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302954#comment-14302954
 ] 

ASF GitHub Bot commented on FLINK-1318:
---------------------------------------

Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/265#issuecomment-72613154
  
    The API was just extended, but the parsing logic for strings changed (see 
PR description). So programs that relied on the previous way of parsing will 
fail now.


> Make quoted String parsing optional and configurable for CSVInputFormats
> ------------------------------------------------------------------------
>
>                 Key: FLINK-1318
>                 URL: https://issues.apache.org/jira/browse/FLINK-1318
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API, Scala API
>    Affects Versions: 0.8
>            Reporter: Fabian Hueske
>            Assignee: Fabian Hueske
>            Priority: Minor
>
> With the current implementation of the CSVInputFormat, quoted string parsing 
> kicks in, if the first non-whitespace character of a field is a double quote. 
> I see two issues with this implementation:
> 1. Quoted String parsing cannot be disabled
> 2. The quoting character is fixed to double quotes (")
> I propose to add parameters to disable quoted String parsing and set the 
> quote character.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to