pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

Maintainers

Package info

github.com/pimcore/data-importer

Type:pimcore-bundle

pkg:composer/pimcore/data-importer

Transparency log

Statistics

Installs: 880 737

Dependents: 3

Suggesters: 0

Stars: 47

Open Issues: 55

v2026.2.0 2026-06-29 13:04 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.

Mapping Mapping and preview of data

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:

Reference:

Other Datahub Adapters