You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "John Bollenbacher (JIRA)" <ji...@apache.org> on 2017/11/09 18:24:00 UTC

[jira] [Created] (SPARK-22484) PySpark DataFrame.write.csv(quote="") uses nullchar as quote

John Bollenbacher created SPARK-22484:
-----------------------------------------

             Summary: PySpark DataFrame.write.csv(quote="") uses nullchar as quote
                 Key: SPARK-22484
                 URL: https://issues.apache.org/jira/browse/SPARK-22484
             Project: Spark
          Issue Type: Bug
          Components: Input/Output
    Affects Versions: 2.2.0
            Reporter: John Bollenbacher
            Priority: Minor


[Documentation](https://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=save#pyspark.sql.DataFrame) of DataFrame.write.csv() says that setting the quote parameter to an empty string should turn off quoting.  Instead, it uses the [null character](https://en.wikipedia.org/wiki/Null_character) as the quote.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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