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
Original issue reported on code.google.com by
dan.bo...@gmail.com
on 10 Sep 2013 at 6:58