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

Better Error Handling in CSV #8

Open
jberger opened this issue Jun 2, 2020 · 0 comments
Open

Better Error Handling in CSV #8

jberger opened this issue Jun 2, 2020 · 0 comments

Comments

@jberger
Copy link
Owner

jberger commented Jun 2, 2020

Currently the errors emit with location/line numbers from within the plugin. It would be better if that could come from caller's stack if possible, though Text::CSV doesn't use Carp so that isn't easy. Failing that it should probably strip the line numbers. It also would be nice if it could be in either a more raw textual format, getting an HTML error when requesting CSV isn't totally pretty.

These issues were apparent when working on #7

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