pimcore / data-importer
Adds a comprehensive import functionality to Pimcore Datahub
Installs: 372 748
Dependents: 1
Suggesters: 0
Security: 1
Stars: 38
Watchers: 12
Forks: 57
Open Issues: 33
Type:pimcore-bundle
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- ext-fileinfo: *
- ext-json: *
- dragonmantank/cron-expression: ^3.1
- league/flysystem-sftp-v3: ^3.0
- nesbot/carbon: ^2.27
- phpoffice/phpspreadsheet: ^1.24 || ^2.2
- pimcore/compatibility-bridge-v10: ^1.0
- pimcore/data-hub: ^1.6
- pimcore/pimcore: ^10.6 || ^11.0
- symfony/mime: ^5.2 || ^6.2
- 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.9.11
- phpunit/phpunit: ^9.3
Suggests
- pimcore/admin-ui-classic-bundle: Required for Pimcore 11
- 1.x-dev
- 1.9.x-dev
- 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-fix_for_float_values
- dev-364-improvement-make-as-numeric-operator-return-nullable
- dev-follow-425
- dev-423-upgrade-without-bc-breaks
This package is auto-updated.
Last update: 2024-10-31 12:23:30 UTC
README
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: