2017 © Pedro Peláez
 

ezplatform-bundle csvimportexportbundle

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.

image

donfelice/csvimportexportbundle

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.

  • Thursday, May 10, 2018
  • by donfelice
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CSVImportExportBundle

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface., (*1)

Installation

Use Composer

Run the following from your website root folder to install Analytics Bundle:, (*2)

$ composer require donfelice/csvimportexportbundle

Activate the bundle

Activate the bundle in app/AppKernel.php file by adding it to the $bundles array in registerBundles method, together with other required bundles:, (*3)

public function registerBundles()
{
    ...
    $bundles[] = new Donfelice\AnalyticsBundle\DonfeliceCSVImportExportBundle();

    return $bundles;
}

Assetic configuration

You need to add it to Assetic configuration in app/config/config.yml, together with EzPlatformAdminUiBundle and all other bundles already configured there:, (*4)

assetic:
    bundles: [EzPlatformAdminUiBundle, DonfeliceCSVImportExportBundle]

Limitations

Yes., (*5)

  • As for now only ezstring and ezemail field types are supported. More coming.
  • Will not do imports of unlimited number of objects very well..
  • Exported files don't look to good in Excel on macOS. Appears to be a well known and long story about BOM and UTF and several other monsters..

The Versions

10/05 2018

dev-master

9999999-dev https://github.com/donfelice/csvimportexportbundle

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.

  Sources   Download

MIT

The Requires

 

by Avatar donfelice

csv export ezplatform import donfelice

10/05 2018

0.1

0.1.0.0 https://github.com/donfelice/csvimportexportbundle

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.

  Sources   Download

MIT

The Requires

 

by Avatar donfelice

csv export ezplatform import donfelice