codeinthehole / csvfilter

Command-line tool for manipulating CSV data
http://codeinthehole.com/writing/csvfilter-a-python-command-line-tool-for-manipulating-csv-data/
MIT License
75 stars 15 forks source link

field larger than field limit (131072) #5

Closed zmijunkie closed 9 years ago

zmijunkie commented 10 years ago

well ... normally this can be fixed using

csv.field_size_limit(sys.maxsize)

really I don't want to poke around in the sourcecode to set this ...