pimcore / data-importer
Adds a comprehensive import functionality to Pimcore Datahub
Installs: 642 121
Dependents: 1
Suggesters: 0
Security: 1
Stars: 44
Watchers: 8
Forks: 63
Open Issues: 62
Type:pimcore-bundle
pkg:composer/pimcore/data-importer
Requires
- php: ~8.3.0 || ~8.4.0
 - ext-fileinfo: *
 - ext-json: *
 - doctrine/dbal: ^4.0
 - dragonmantank/cron-expression: ^3.1
 - league/flysystem-sftp-v3: ^3.0
 - mtdowling/jmespath.php: ^2.8
 - nesbot/carbon: ^2.72 || ^3.8.4
 - phpoffice/phpspreadsheet: ^2.2 || ^3.3
 - pimcore/admin-ui-classic-bundle: ^2.0
 - pimcore/data-hub: ^1.6 || ^2.0
 - pimcore/pimcore: ^12.0
 - webmozarts/console-parallelization: ^1.2.0 || ^2.0.0
 
Requires (Dev)
- codeception/codeception: ^4.1.12 || ^5.0.3
 - codeception/module-asserts: ^2
 - codeception/module-symfony: ^1.6.0 || ^3.1.0
 - codeception/phpunit-wrapper: ^9
 - phpstan/phpstan: 1.12.5
 - phpstan/phpstan-symfony: ^1.3.5
 - phpunit/phpunit: ^9.3
 
- 2.x-dev
 - 2.2.x-dev
 - v2.2.0
 - 2.1.x-dev
 - v2.1.2
 - v2.1.1
 - v2.1.0
 - 2.0.x-dev
 - v2.0.1
 - v2.0.0
 - v2.0.0-RC1
 - 1.10.x-dev
 - v1.10.2
 - v1.10.1
 - v1.10.0
 - v1.10.0-RC2
 - v1.9.5
 - v1.9.4
 - v1.9.3
 - v1.9.2
 - v1.9.1
 - v1.9.0
 - 1.8.x-dev
 - v1.8.9
 - v1.8.8
 - v1.8.7
 - v1.8.6
 - v1.8.5
 - v1.8.4
 - v1.8.3
 - v1.8.2
 - v1.8.1
 - v1.8.0
 - v1.8.0-RC1
 - v1.8.0-BETA1
 - v1.7.5
 - v1.7.4
 - 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-symfony7-next-steps
 - dev-node-lts
 - dev-repo-sync/sync-common-files/default
 - dev-423-upgrade-without-bc-breaks
 
This package is auto-updated.
Last update: 2025-10-23 12:33:15 UTC
README
| title | 
|---|
| Data Importer | 
Pimcore Data Importer
This extension adds a comprehensive import functionality to Pimcore Datahub. It allows importing data from external sources and adjusting it to Pimcore Data Objects based on a configured mapping without writing any code.
Features in a Nutshell
- Multiple imports configuration directly in Datahub.
 - Data import from various data sources.
 - Supported File Formats: 
csv,xlsx,json,xml. - Strategies configuration for:
- loading existing elements for updating data.
 - defining location for newly imported data.
 - publishing data.
 - cleanup of existing data.
 
 - Mappings definition for adjusting data to Pimcore Data Objects with:
- simple transformations.
 - preview of imported data.
 
 - Imports execution directly in Pimcore Datahub or on a regular base via cron definitions.
 - Import status updates and extensive logging information.
 
Documentation Overview
- Installation
 - Configuration
 - Import Execution Details
 - Import Progress and Logging
 - Extending
 - Troubleshooting/FAQ
 
Further Information
On other Pimcore Datahub adapters and export solutions:
