You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2015/02/05 11:33:34 UTC

[jira] [Resolved] (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:all-tabpanel ]

Fabian Hueske resolved FLINK-1318.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9

Fixed in 2665cf4e2a9e33e0e94ac7e0b7518a10445febbb

> 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
>             Fix For: 0.9
>
>
> 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)