thuecat/Classes/Domain/Model
Daniel Siepmann 723ea3b512
Skip import of none mappable objects (#100)
The schema is very flexible and some values are not validated upfront.
This will result in many objects which we currently can not map.
This resulted in an exception breaking the rest of the import.
We now handle the broken mapping and skip those objects with proper
logging.
This allows to continue with import and report and debug those objects
in order to improve the mapping step by step.

Relates: #10198
2022-12-15 12:41:35 +01:00
..
Backend Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Frontend Support types of public transport (#96) 2022-12-12 13:51:08 +01:00