Skip to content

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

Description

@marty90

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions