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

Jark Wu updated FLINK-19258:
----------------------------
    Description: 
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

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


> 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
>            Priority: Major
>
> 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