mageddo / javascript-csv

Automatically exported from code.google.com/p/jquery-csv
MIT License
1 stars 1 forks source link

CR line ending are not well treated #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get or create a text file (text.txt) with two lines separated by 'CR' 
character as line ending (Mac OS X ending line). 

2. Go to http://jquery-csv.googlecode.com/git/examples/file-handling.html

3. Open your file, jquery-csv parse file content but separate line on \n char. 
For exemple csv generated on mac with Excel doesn't work.

jquery-csv should handle csv file with \r or \n or \r\n line ending.

Original issue reported on code.google.com by VINCENT.guillaume.inp on 20 Sep 2013 at 12:26

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by evanpla...@gmail.com on 9 Dec 2013 at 11:21