You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Peng (Jira)" <ji...@apache.org> on 2019/12/26 09:43:00 UTC

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

Peng created FLINK-15402:
----------------------------

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


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("T est", 12, "Hello") and expect serialized result is {color:#0747a6}T est,12,Hello{color} rather than {color:#de350b}"T est",12,Hello{color} by default.



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