XLSX-Konverter: Bessere Fehlermeldung bei inkorrektem Typ in Spalte, zusätzlicher Spalte
Compare changes
- I. Nüske authored
@@ -45,6 +45,7 @@ def _strict_bool(value: Any) -> bool:
@@ -52,6 +53,7 @@ def _column_id_to_chars(num):
Type and Validation errors are now collected and formatted as a table. The error raised when there is an additional column not present in the schema now describes the problem. Addresses https://gitlab.indiscale.com/caosdb/customers/dimr/management/-/issues/251
Manual testing.