You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/02/13 13:38:00 UTC

[jira] [Closed] (FLINK-15402) Add disable quote character feature for serializing row to csv format

     [ https://issues.apache.org/jira/browse/FLINK-15402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz closed FLINK-15402.
------------------------------------
    Fix Version/s: 1.11.0
       Resolution: Implemented

Implemented in 06c645e65e7e7f2272eed8b6f068833f124ecce1

> Add disable quote character feature for serializing row to csv format
> ---------------------------------------------------------------------
>
>                 Key: FLINK-15402
>                 URL: https://issues.apache.org/jira/browse/FLINK-15402
>             Project: Flink
>          Issue Type: Improvement
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>    Affects Versions: 1.9.1
>            Reporter: Peng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We'd like to send row to kafka topic with csv format and that without any quote character. 
>  For example, input data is like Row.of("Test", 12, "2019-12-26 12:12:12")and expect serialized result is {color:#0747a6}Test,12,2019-12-26 12:12:12{color} rather than {color:#de350b}Test,12,"2019-12-26 12:12:12"{color} by default.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)