mabart / parsecsv-for-php

Automatically exported from code.google.com/p/parsecsv-for-php
MIT License
0 stars 0 forks source link

Limit caps out at 516 rows #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Loading a CSV file with more than 517 lines

What is the expected output? What do you see instead?
When I load my CSV file, which has over 600 lines, it only shows up to 
516+heading

What version of the product are you using? On what operating system?
I tried both 0.3.2 and 0.4.3

Please provide any additional information below.
I tried playing around with the limit option, but that didn't help. Although I 
could set the limit to any number under 516(for example setting it to 10 it 
worked), but when i set the limit to, lets say 600, 600 lines don't appear, 
even though I do have all those lines.

Original issue reported on code.google.com by david.su...@gmail.com on 10 Dec 2010 at 4:30

GoogleCodeExporter commented 8 years ago
I am using this library with files having more than 9000 lines.

Are your lines overly-long, or do you have unusual separators?

If you specify no limit, does it manage to read all of the file?

Original comment by g1smd.em...@gmail.com on 25 Dec 2010 at 9:08