Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 602 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 602 Bytes

ImporterObjectBundle

The importer object bundle is a pimcore bundle that set the selected grid columns automatically when importing a data object.

Installation

The installation can be installed through composer.

  1. Run composer require youwe/importer-grid-settings to receive the bundle.
  2. Enable the bundle bin/console pimcore:bundle:enable ImporterObjectBundle.
  3. Then reload the GUI of Pimcore.

How does it work?

The working is quite simple; when you are importing a CSV file, the bundle will set up the grid automatically according to the headers of the CSV you're importing.