Jark Wu created FLINK-19258:
-------------------------------

             Summary: Fix the wrong example of "csv.line-delimiter" in CSV 
documentation
                 Key: FLINK-19258
                 URL: https://issues.apache.org/jira/browse/FLINK-19258
             Project: Flink
          Issue Type: Bug
            Reporter: Jark Wu


In the documentation [1], it says:

> 'csv.line-delimiter' = U&'\\000D' specifies the to use carriage return \r as 
> line delimiter. 
> 'csv.line-delimiter' = U&'\\000A'  specifies the to use line feed \n as line 
> delimiter.

This is wrong. They should be U&'\000D' and U&'\000A'.



[1]: 
https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/formats/csv.html#csv-line-delimiter



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

Reply via email to