pimcore / data-importer
Installs: 101 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 34
Watchers: 9
Forks: 45
Open Issues: 30
Type:pimcore-bundle
Requires
- php: ^8.0
- ext-fileinfo: *
- ext-json: *
- dragonmantank/cron-expression: ^3.1
- league/flysystem-sftp: ^2.0 ||^3.0
- nesbot/carbon: ^2.27
- phpoffice/phpspreadsheet: ^1.15
- pimcore/data-hub: ^1.2@dev
- pimcore/pimcore: ^10.2
Requires (Dev)
- codeception/codeception: ^4.1.12
- codeception/module-asserts: ^2
- codeception/module-symfony: ^1.6.0 || ^3.1.0
- codeception/phpunit-wrapper: ^9
- phpstan/phpstan: ^1.2
- phpunit/phpunit: ^9.3
- 1.x-dev
- 1.7.x-dev
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1
- v1.0.1
- v1.0
- dev-544-add-datahub-type-mapping
- dev-297-task-keep-applicationlogger-compatibility
- dev-mcop1-patch-1
- dev-codeception_tests
- dev-relation-data-target
This package is auto-updated.
Last update: 2023-01-30 07:53:06 UTC
README
This extension adds a comprehensive import functionality to Pimcore Datahub. It allows importing data from external sources and applying the data to Pimcore data objects based on a configured mapping without writing any code.
Features in a nutshell
- Configure multiple imports directly in Datahub.
- Import data from different data sources like
- remote SFTP location.
- remote HTTP location.
- Pimcore Assets.
- receiving data push from remote location.
- Supported File Formats: CSV, XLSX, JSON, XML.
- Upload Preview file and apply settings accordingly.
- Configure strategies for ...
- loading existing elements for updating data.
- defining location for newly imported data.
- publishing data.
- cleanup of existing data.
- Define mappings for applying data to Pimcore data objects with
- simple transformations.
- preview of imported data.
- different targets like direct class attributes, object brick attributes and classification store attributes.
- Execution of imports
- directly in Pimcore Datahub.
- on regular base via cron definitions.
- Import status updates and extensive logging information.