Bulk Content Operations on node type entity list.

This project is not covered by Drupal’s security advisory policy.

Bulk Content Operation extends default node type entity operations to provides additional features that content authors can use to manage contents.

You need Bulk Content Operation if

  • Download Template: You want to download field structure of content type exported into an excel sheet. So that you can create contents offline.
  • Import Contents: You want to import bulk contents from external excel sheet into your Drupal instance without doing manual entry.
  • Export Contents: You want to add or update any content offline. For doing that you can export contents from your existing Drupal instance and import contents after doing manual changes offline.

Dependencies:

Current Drupal 8 version of Bulk Content Operation has following dependency of modules and libraries:

  • Libraries API : Latest Drupal 8 version of Libraries API is required as Bulk Content Operation module loads APIs from PHPExcel Library.
  • PHPExcel : Current version of Bulk Content Operation interacts with Drupal 8 version of PHPExcel module which provides APIs for reading and writing excel files.
  • PHPExcel Library : Latest version of PHP Excel library is available on https://github.com/PHPOffice/PHPExcel.

Installation:

For Bulk Content Operation to work, You must download PHP Excel Library and extract library into any libraries folder like sites/*/libraries or libraries in root folder of your Drupal 8 instance.

Known Issues:

Current version of Bulk Content Operation module does not support multi-valued fields.By default all field types that supported by Drupal 8 Core will be able to export and import content values but custom field types will not be able to export and import contents.

Sponsorship:

This project is Sponsored by Infosys

Supporting organizations: 

Project information

Releases