thuecat/Classes/Domain/Model/Backend
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
..
ImportLogEntry Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
AbstractEntity.php Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
ImportConfiguration.php Add new import configuration based on containsPlace (#98) 2022-12-15 10:42:41 +01:00
ImportLog.php Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
ImportLogEntry.php Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Organisation.php Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
ParkingFacility.php Add parking_facility_near_by 2021-09-06 13:47:12 +02:00
TouristInformation.php Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
Town.php Move namespace below initial file comment 2021-08-10 09:41:54 +02:00