pablocortez / jquery-csv

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

doesn't seem to recoginse end of line properly in some cases. #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. CSV file exported on a mac from excel
2. read data into buffer and hand it off to parser
3. parser throws exception

What is the expected output? What do you see instead?
     Should be able to parse the file. see additional info below.

What version of the product are you using? On what operating system?
     .71

Please provide any additional information below.
     Was able to get the parser to work by making it not "ignor" ^/r$ sequences which I believe is a match for string that is simply "/r/n" which I believe is the expected end of line sequence.  If these are treated the same as a simple /n by the parser then the parser works fine. However I don't know if these mods effect the way the parser works on files not exported from excel or not on a mac

Original issue reported on code.google.com by dan.bo...@gmail.com on 10 Sep 2013 at 6:58

GoogleCodeExporter commented 8 years ago
This is the same issue as 27, sorry I missed that issue somehow.

Original comment by dan.bo...@gmail.com on 10 Sep 2013 at 8:18