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

_csv.Error: field larger than field limit (131072) #150

Open
marty90 opened this issue Oct 16, 2017 · 0 comments
Open

_csv.Error: field larger than field limit (131072) #150

marty90 opened this issue Oct 16, 2017 · 0 comments

Comments

@marty90
Copy link

marty90 commented Oct 16, 2017

When columns are very large, you get this error from csv package:

_csv.Error: field larger than field limit (131072)

Anyway, just inserting this line solves the problem, enlarging the field size limit:

csv.field_size_limit(sys.maxsize)

Might you enlarge the field_size_limit or add a command line option to do it?
Thank You
Martino

saulpw added a commit to saulpw/visidata that referenced this issue Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant