data-importer icon indicating copy to clipboard operation
data-importer copied to clipboard

This extension adds a comprehensive import functionality to Pimcore Datahub.

Results 72 data-importer issues
Sort by recently updated
recently updated
newest added

Implement #101

Improvement
Pimcore:Priority

### 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...

Bug
Pimcore:ToDo

### 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...

PR Welcome
Bug

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.

New Feature
Pimcore:ToDo

### 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...

PR Welcome
Bug

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...

PR Welcome
Bug
Pimcore:ToDo

### 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....

PR Welcome
Bug

### 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...

PR Welcome
Bug

### 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...

PR Welcome
Improvement

### 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...

PR Welcome
New Feature