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)