Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19258

Fix the wrong example of "csv.line-delimiter" in CSV documentation

    XMLWordPrintableJSON

Details

    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

      Attachments

        Issue Links

          Activity

            People

              lsy dalongliu
              jark Jark Wu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: