thuecat/Classes/Domain/Import
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
..
Entity Do not break during import on openingHours presence 2022-12-14 15:52:38 +01:00
EntityMapper Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Importer Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Model Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
Typo3Converter Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
UrlProvider Add new import configuration based on containsPlace (#98) 2022-12-15 10:42:41 +01:00
EntityMapper.php Refactor parsing of JSON-LD 2021-08-12 09:46:37 +02:00
Import.php Remove deprecated usage of StringUtility::endsWith() (#70) 2022-09-13 09:44:54 +02:00
ImportConfiguration.php Add parking_facility_near_by 2021-09-06 13:47:12 +02:00
Importer.php Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
RequestFactory.php Use decorator pattern for RequestFactory (#54) 2022-09-13 09:09:43 +02:00
ResolveForeignReference.php Handle references ending in 404 2021-09-06 13:47:12 +02:00
Typo3Converter.php Add parking_facility_near_by 2021-09-06 13:47:12 +02:00