Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
evanplaice opened this issue Sep 9, 2015 · 1 comment
Closed
Labels
Milestone

Comments

@evanplaice
Copy link
Owner

From dan.bo...@gmail.com on September 10, 2013 11:58:21

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: http://code.google.com/p/jquery-csv/issues/detail?id=30

@evanplaice evanplaice added this to the backlog milestone Sep 9, 2015
@evanplaice
Copy link
Owner Author

From dan.bo...@gmail.com on September 10, 2013 13:18:58

This is the same issue as 27, sorry I missed that issue somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant