You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: