huddlej/django-csv-admin

Allow user to skip specific invalid rows

huddlej opened this issue · 0 comments

Django formsets support a "delete" field for each form. Let users select the "delete" checkbox to skip specific invalid rows.

For example, there may be rows for which no valid data exists. Rather than forcing users to insert valid data, allow them to skip rows they can't validate.