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

It would be useful to include line number with FieldSizeLimitError #681

Closed
doekman opened this issue Mar 28, 2017 · 0 comments
Closed

It would be useful to include line number with FieldSizeLimitError #681

doekman opened this issue Mar 28, 2017 · 0 comments
Labels

Comments

@doekman
Copy link

doekman commented Mar 28, 2017

When an FieldSizeLimitError exception is raised, there is no context information provided at which line number the csv-error occurred. Since the error is raised in an iterator-method, and most library-users would use the from_csv-method, the from_csv-method could add this information somehow.

Especially with big CSV files (mine is 354658 lines) this would be very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants