Balasubramaniam Srinivasan created SPARK-21586:
--------------------------------------------------

             Summary: Read CSV (SQL Context) Doesnt ignore delimiters within 
special types of quotes
                 Key: SPARK-21586
                 URL: https://issues.apache.org/jira/browse/SPARK-21586
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.2.0
            Reporter: Balasubramaniam Srinivasan


The read csv command doesn't ignore commas in specific cases like when a 
dictionary is an entry in a column, other examples include when we have double 
quotes - for example if this is an entry in a column "Here we go"""This is 
causing a problem, but is handled well in pandas""" There!". In the case pandas 
treats this well as just one entry, but the delimiter doesnt work well in spark 
dataframes



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

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

Reply via email to