[ 
https://issues.apache.org/jira/browse/SPARK-21098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel van der Ende updated SPARK-21098:
----------------------------------------
    Description: sets the lineseparator for reading a multiline csv file or 
writing a csv file to '\n'. We cannot make this configurable for reading as it 
depends on LineReader from Hadoop, which has a hardcoded \n as line ending.  
(was: In order to allow users to work with csv files with non-unix line 
endings, it would be nice to allow users to pass their line separator (aka 
newline character) as an option to the spark.read.csv command.)

> Set lineseparator csv multiline and csv write to \n
> ---------------------------------------------------
>
>                 Key: SPARK-21098
>                 URL: https://issues.apache.org/jira/browse/SPARK-21098
>             Project: Spark
>          Issue Type: Improvement
>          Components: Input/Output, SQL
>    Affects Versions: 2.2.1
>            Reporter: Daniel van der Ende
>            Priority: Minor
>
> sets the lineseparator for reading a multiline csv file or writing a csv file 
> to '\n'. We cannot make this configurable for reading as it depends on 
> LineReader from Hadoop, which has a hardcoded \n as line ending.



--
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