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 parse properly sometimes #3

Closed
stevensacks opened this issue Nov 28, 2013 · 5 comments
Closed

Doesn't parse properly sometimes #3

stevensacks opened this issue Nov 28, 2013 · 5 comments

Comments

@stevensacks
Copy link

I have a file that it is not parsing properly. When it parses, it thinks there is only 1 row when there are actually 9. Can you help please? Thanks!

http://pastebin.com/gmPa11YM

@stevensacks
Copy link
Author

This one it doesn't read all the rows, either. There are 8 rows, but it only parses 4 of them. Specifically, it doesn't include the odd rows (1, 3, 5, and 7).

http://pastebin.com/Ru39PtZb

@stevensacks
Copy link
Author

To be clear, I'm using;

delimiter: ",",
header: true,
dynamicTyping: true

@stevensacks
Copy link
Author

And here's one that has 139 rows but it only parses 29.

http://pastebin.com/yr6ivhdn

@mholt
Copy link
Owner

mholt commented Nov 28, 2013

Weird. I just punched all those CSV inputs into the plugin's demo here: http://jsfiddle.net/mholt/nCaee/ -- and all worked just fine, returning all rows, with 0 errors.

If you try pasting them into the demo, do they work there?

@mholt
Copy link
Owner

mholt commented Dec 6, 2013

I can't reproduce the reported behavior with your input, so I'm closing this issue for now. @stevensacks If you still see this error then feel free to comment and I'll take another look!

@mholt mholt closed this as completed Dec 6, 2013
bmcorum pushed a commit to bmcorum/PapaParse that referenced this issue Apr 23, 2015
Fixes issue with Microsoft Excel converting boolean values to all caps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants