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

Peng updated FLINK-15402:
-------------------------
    Description: 
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.

  was:
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.


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

Reply via email to