[issue28642] csv reader loosing rows with big files and tab delimiter

Matthew Barnett report at bugs.python.org
Tue Nov 8 16:07:51 EST 2016


Matthew Barnett added the comment:

I split the file into sections, each containing no more 1000 lines, and tried reading each section. Attached is a zip file of those that didn't return the expected number of rows.

The problem appears to be due to unclosed quotes, which cause following lines to be consumed as part of the field.

It looks a little strange, so I wonder if the file has got corrupted somewhere.

----------
nosy: +mrabarnett
Added file: http://bugs.python.org/file45395/allCountries_sections.zip

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28642>
_______________________________________


More information about the Python-bugs-list mailing list