[
https://issues.apache.org/jira/browse/SPARK-25086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-25086.
----------------------------------
Resolution: Duplicate
> Incorrect Default Value For "escape" For CSV Files
> --------------------------------------------------
>
> Key: SPARK-25086
> URL: https://issues.apache.org/jira/browse/SPARK-25086
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 2.3.1
> Reporter: David Wilcox
> Priority: Major
>
> The RFC for CSV files ([https://tools.ietf.org/html/rfc4180]) indicates that
> the way that a double-quote is escaped is by preceding it with another
> double-quote:
> {code:java}
> 7. If double-quotes are used to enclose fields, then a double-quote appearing
> inside a field must be escaped by preceding it with another double quote. For
> example: "aaa","b""bb","ccc"{code}
> Your default value for "escape" violates the RFC. I think that we should fix
> the default value to be {{"}}, and those that want {{\}} to escape can
> override for non-RFC-conforming CSV files.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]