[jira] [Commented] (SPARK-14194) spark csv reader not working properly if CSV content contains CRLF character (newline) in the intermediate cell

2017-02-17 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871975#comment-15871975 ] Dongjoon Hyun commented on SPARK-14194: --- +1 for @srowen 's opinion. > spark csv reader not working

[jira] [Commented] (SPARK-14194) spark csv reader not working properly if CSV content contains CRLF character (newline) in the intermediate cell

2017-02-17 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871427#comment-15871427 ] Sean Owen commented on SPARK-14194: --- This is hard to fix because the source of text data splits this

[jira] [Commented] (SPARK-14194) spark csv reader not working properly if CSV content contains CRLF character (newline) in the intermediate cell

2017-01-08 Thread Gergely Szecsenyi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15809619#comment-15809619 ] Gergely Szecsenyi commented on SPARK-14194: --- R can handle it. It would be useful for free text

[jira] [Commented] (SPARK-14194) spark csv reader not working properly if CSV content contains CRLF character (newline) in the intermediate cell

2016-03-29 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217194#comment-15217194 ] Hyukjin Kwon commented on SPARK-14194: -- Yes. CSV data source internally uses {{TextInputFormat}} and