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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions