Skip to content

353 csv import is more lenient

Mees requested to merge fix/353-csv-more-lenient into main

Made parse_date return None on incorrect date formats instead of failing, made it ignore empty columns (unless the column is mandatory). If multiple lines have errors, an exceptiongroup is raised (and printed correctly to the user).

Merge request reports

Loading