Skip to content

Improve CSV error handling

Daniel Gerhardt requested to merge improve-csv-import-error-handling into master

When there are parse errors on some lines during an content import from CSV, these are skipped instead of failing the whole import. The endpoint responds with 200 instead of 400 in these cases. Errors are instead indicated in the response body which contains import statistics.

Closes: #253

Merge request reports