353 csv import is more lenient
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).