dawidwys commented on a change in pull request #10697: [FLINK-15402][Formats 
(CSV)]Add disable quote character feature for serializing row to csv format
URL: https://github.com/apache/flink/pull/10697#discussion_r373838626
 
 

 ##########
 File path: docs/dev/table/connect.md
 ##########
 @@ -1919,6 +1921,8 @@ CREATE TABLE MyUserTable (
 
   'format.field-delimiter' = ',',         -- optional: string delimiter "," by 
default
   'format.line-delimiter' = '\n',         -- optional: string delimiter "\n" 
by default
+  'format.disable-quote-character' = true,-- optional: disabled quote 
character for enclosing field values (false by default)
 
 Review comment:
   Your change does not apply to the old csv format.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to