You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/02/02 18:42:35 UTC

[jira] [Commented] (FLINK-1318) Make quoted String parsing optional and configurable for CSVInputFormats

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

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

Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/265#issuecomment-72501228
  
    I added documentation. Any objections against merging this?


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