larsyencken / csvdiff

Generate a diff between two tabular datasets expressed in CSV files.
BSD 3-Clause "New" or "Revised" License
132 stars 31 forks source link

To avoid field larger than field limit #33

Closed ghost closed 5 years ago

ghost commented 6 years ago

This will be helpful to avoid _csv.Error: field larger than field limit (131072) issue

larsyencken commented 5 years ago

Bumped it to 16Mb instead of maxint, should improve the situation.