Philip Thompson created CASSANDRA-7639:
------------------------------------------
Summary: Cqlsh cannot use .csv files with Windows style line
endings
Key: CASSANDRA-7639
URL: https://issues.apache.org/jira/browse/CASSANDRA-7639
Project: Cassandra
Issue Type: Bug
Environment: Mac OSX and Windows 7
Reporter: Philip Thompson
Assignee: Joshua McKenzie
Fix For: 1.2.19, 2.0.10, 2.1.1
When performing COPY table FROM 'test.csv' on cqlsh across any of the three
major branches (1.2, 2.0, 2.1), the following error is thrown:
{code}new-line character seen in unquoted field - do you need to open the file
in universal-newline mode?{code}
This happens if the .csv file has windows style line endings, such as if it was
created by saving a .csv from excel. This reproduces in both unix and windows
environments. This is a simple enough fix. I found that running dos2unix on csv
files generated by excel was not sufficient to correct the issue.
--
This message was sent by Atlassian JIRA
(v6.2#6252)