pimcore / data-importer
Adds a comprehensive import functionality to Pimcore Datahub
Package info
github.com/pimcore/data-importer
Type:pimcore-bundle
pkg:composer/pimcore/data-importer
v2026.2.6
2026-09-14 14:16 UTC
Requires
- php: ~8.4.0 || ~8.5.0
- ext-fileinfo: *
- ext-json: *
- doctrine/dbal: ^4.4
- 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: ^4.3 || ^5.1
- pimcore/data-hub: ^2026.1.3
- pimcore/pimcore: ^2026.1
- pimcore/studio-backend-bundle: ^2026.1
- pimcore/studio-ui-bundle: ^2026.2.6
- webmozarts/console-parallelization: ^1.2.0 || ^2.0.0
Requires (Dev)
- codeception/codeception: ^5.3.5
- codeception/module-asserts: ^3.0
- codeception/module-symfony: ^3.8
- phpstan/phpstan: 2.1.40
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^12.5.23 || ^13.1.7
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- 2026.x-dev
- 2026.2.x-dev
- v2026.2.6
- v2026.2.5
- v2026.2.4
- v2026.2.3
- v2026.2.2
- v2026.2.1
- v2026.2.0
- v2026.1.5
- v2026.1.4
- v2026.1.3
- v2026.1.2
- v2026.1.1
- v2026.1.0
- 367.x-dev
- 2.4.x-dev
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- 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
- 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-fwd/2.4-into-2026.2
- dev-telemetry/metrics-data-importer
- dev-pr-policy-thin-caller-2.4
- dev-3207-translations-nl-pl
- dev-feat/change-control-proposals
- dev-feat/detail-view-config-source
- dev-spike/configuration-path-mapper
- dev-ci/workflow-filename-alignment
- dev-fix/pees-1290-importer-upload-permission
- dev-schema-validation
- dev-chore/pr-policy-thin-caller
- dev-copilot/fix-codeception-tests-failure
- dev-fix/restore-2.4-dependencies
- dev-enhance-docs-JMESPath
- dev-extend_docs_JMESPath
- dev-feature/copilot-autofill-suggestions
- dev-616-follow-up
- dev-revert-codeception-fix
- dev-refactor-legacy-adminui-implementations
- dev-1109-cleanup-admin-ui-legacy
- dev-feature/studio-ui
- dev-backup_2x
- dev-origin/2026.x
This package is auto-updated.
Last update: 2026-09-16 19:13:21 UTC
README
| title | Data Importer |
|---|
Pimcore Data Importer
The Data Importer adds import functionality to Pimcore Datahub. It reads data from external sources and writes it into Pimcore data objects based on a configured mapping, without writing code.
Features
- Import configurations managed directly in Datahub, edited in Pimcore Studio.
- Six data sources: asset, upload, HTTP, SFTP, push endpoint, and SQL.
- Five file formats: CSV, JSON, XML, XLSX, and SQL query results.
- Resolver strategies that decide whether a record updates an existing data object or creates a new one, where it is stored, and whether it is published.
- A mapping editor with a live preview of the source data and of every transformation step.
- Delta check to skip unchanged records, and cleanup to remove data objects that left the source.
- Manual, scheduled, command-line and push-triggered execution.
- Progress tracking and detailed import logs.
Documentation
Start here:
- Installation: install the bundle and set up queue processing.
- Getting Started: build a first import end to end.
Reference:
- Configuration: every option of an import configuration.
- Import Execution Details: what happens between the trigger and the data.
- Import Progress and Logging: watch and audit an import.
- Extending: custom strategies and events.
- Troubleshooting / FAQ: common problems.
- Upgrade Notes: breaking changes per release.
