Download the PHP package donfelice/csvimportexportbundle without Composer
On this page you can find all versions of the php package donfelice/csvimportexportbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download donfelice/csvimportexportbundle
More information about donfelice/csvimportexportbundle
Files in donfelice/csvimportexportbundle
Package csvimportexportbundle
Short Description The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.
License MIT
Homepage https://github.com/donfelice/csvimportexportbundle
Informations about the package csvimportexportbundle
CSVImportExportBundle
The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.
Installation
Use Composer
Run the following from your website root folder to install Analytics Bundle:
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:
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:
Limitations
Yes.
- 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..
All versions of csvimportexportbundle with dependencies
ezsystems/ezpublish-kernel Version ^7.0
ezsystems/ezplatform-admin-ui Version ^1.0
ezsystems/ezplatform-admin-ui-modules Version ^1.0
ezsystems/ezplatform-admin-ui-assets Version ^1.0