data-importer
data-importer copied to clipboard
This extension adds a comprehensive import functionality to Pimcore Datahub.
### Expected behavior Load object by its System Key ### Actual behavior ERROR ### Steps to reproduce Add mapping for field and use Transformation Load DataObject and load it by...
### Expected behavior The expected behaviour is for the import to be executed at the moment of the given DateTime within the timezone of the system. ### Actual behavior No...
Originally created by [LemonMind](https://lemonmind.com) and [TorqIT](https://www.torqit.ca/) on [Data Importer Extension](https://github.com/TorqIT/data-importer-extensions-bundle). All explained in attached docs.
### Expected behavior Don't set the variable, when `If source is empty` is not checked and skip that record ### Actual behavior When "If source is empty" is not checked...
Possible connected to [BUG 317](https://github.com/pimcore/data-importer/issues/307) ### Expected behavior The system should continue the import process and overwrite the target field for those records with an empty date field. ### Actual...
### Expected behavior When I set the log level of the Application logger to `WARNING`, the FileObject from the import should not be written in `src/Processing/ImportProcessingService.php` in the `processElement` method....
### Expected behavior I'm trying to import a folder of media assets or a list of media paths separated by semicolon via csv importer but I can't find a way...
### Improvement description In data-importer we currently have two events, which is `PreSaveEvent` and `PostSaveEvent`, which we can listen for successfull import of an item, but we have no event...
### Feature description It's a common situation when owner field of imported objects should point to userid, that started import. Current implementation with Cron job detaches result of import from...