ImportEngineBundle icon indicating copy to clipboard operation
ImportEngineBundle copied to clipboard

A generic import (and export) -engine that provides easy to use yet powerful features

Results 12 ImportEngineBundle issues
Sort by recently updated
recently updated
newest added

``` yml mathielen_import_engine: storageprovider: default: type: doctrine queries: - AppBundle\Entity\Client importers: avantage_importer: object_factory: type: default class: AppBundle\Entity\Client target: type: service service: service_writer method: writeItem ``` ``` php public function writeItem(Client...

Would be nice to config the sort order of csv columns and to have an global option to write only mapped columns in the target file. Maybe like this: ```...