You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Justin Uang (JIRA)" <ji...@apache.org> on 2018/09/20 20:54:00 UTC

[jira] [Created] (SPARK-25493) CRLF Line Separators don't work in multiline CSVs

Justin Uang created SPARK-25493:
-----------------------------------

             Summary: CRLF Line Separators don't work in multiline CSVs
                 Key: SPARK-25493
                 URL: https://issues.apache.org/jira/browse/SPARK-25493
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.3.1
            Reporter: Justin Uang


CSVs with windows style crlf (carriage return line feed) don't work in multiline mode. They work fine in single line mode because the line separation is done by Hadoop, which can handle all the different types of line separators. In multiline mode, the Univocity parser is used to also handle splitting of records.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org