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

Recover from errors in individual rows -- serialize incomplete conversion #85

Open
albertmeronyo opened this issue Apr 1, 2020 · 0 comments

Comments

@albertmeronyo
Copy link
Member

albertmeronyo commented Apr 1, 2020

Sometimes COW will fail at converting a file (e.g. Unicode errors, out of memory, etc.). Currently serialization only happens at the end of conversion, so an exception will produce no output (even if most of the file was processed correctly).
A try/except mechanism on a per-row basis would help at reporting these errors and producing an output conversion, even if incomplete.

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

No branches or pull requests

2 participants