vividvilla/csvtotable

field larger than field limit error.

khsahaji opened this issue · 0 comments

Hey

I am facing this issue while using the csvtotable tool.
File "/home/sahaji/.local/lib/python2.7/site-packages/unicodecsv/py2.py", line 117, in next
row = self.reader.next()
_csv.Error: field larger than field limit (131072)

Is there a way to increase the field limit? It would be easy to do if it was read from a config file.
Similarly, for a larger number of rows, I got a memory error. How to allocate more memory?