Add handling for corrupted rows in Readers e.g. enum property onBadLines
with options ERROR, WARN or SKIP
#80
Labels
area/backend
Needs backend code changes
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
good first issue
Great issue for new contributors
Milestone
Feature description
in pandas, there is a "on_bad_lines" property:
It's worth adding an enum property
onBadLines
with options ERROR, WARN or SKIP to all Readers to allow a more configurable handling of bad lines.The text was updated successfully, but these errors were encountered: