ImportEngineBundle
ImportEngineBundle copied to clipboard
A generic import (and export) -engine that provides easy to use yet powerful features
``` 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: ```...