Feeds Spreadsheet

Component type

module

Categories

Maintenance status

Development status

Downloads

212

Component created

Component changed

Provides an Excel parser for Feeds, which allows us to import very big data from Excel files. It's similar to Feeds Excel. The key difference is the library they are based on. Feeds Spreadsheet uses Spreadsheet Parser library which has much better performance than PHPExcel.

Config Role Split

Component type

module

Maintenance status

Development status

Downloads

474

Component created

Component changed

Introduction

Roles in Drupal 8 are configuration objects and the permissions are a property of the role.
This means that permissions and roles are tightly linked for the configuration management.

Config Split and Config Ignore allow to separate some of the configuration for different environments. They do, however, not treat permissions separate from roles.

XPath scraper

Component type

module

Maintenance status

Development status

Downloads

840

Component created

Component changed

XPath scraper allows you to scrape data from another website by parsing html using xpath.

How does it work:

  1. Download and enable XPath scraper module.
  2. Create new module that requires XPath scraper and put the configuration at {module_name}/src/Controller/ScraperConfigController.php.

Example:

kindly see xs_test which has the following files:

Taxonomy Import

Component type

module

Categories

Maintenance status

Development status

Downloads

1551

Component created

Component changed

Taxonomy Import:

This module provides an administrator user can create a vocabulary and import data from a file (with extension .csv or .xml is preferred) as taxonomy terms into it. It is possible to create hierarchy based taxonomies provided via the import file.

Configurable Blocks

Component type

module

Maintenance status

Development status

Downloads

83

Component created

Component changed

This module resolves the known issue of exporting custom Block configuration but the block let content title/body editable. Good example is footer contact phone or copyright notes. If you have ever done deployment to staging environments, you know the issue.

Module also provides a good starting point for adding new root menu item (Project Configuration) to admin menu, were developers can add custom settings forms.

Drupal 7 version
Works well with following modules :

Paragraphs Normalizer

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

This module provides Normalizer for Paragraphs fields. It embeds the normalized content of Paragraphs field into the node for JSON or XML output.

Even though the module was created to populate Paragraphs fields, theoretically it can be used to populate any Entity Reference field.

Module also supports Views with a view format "Entity". Currently the "Fields" format is not supported.

Migrate Source MSSQL

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The basic Migrate framework is going into core for Drupal 8 - but not all of it. The core migrate module will implement the underlying framework, while the migrate_drupal module will support simple upgrades from Drupal 6 and Drupal 7. The rest of the migration functionality from Drupal 7 will be left to contrib to implement. This project is the contrib functionality for MSSQL Source migration. It was decided to distribute the functionality among separate modules/projects (such as one for the UI/drush support, one for additional source plugins, etc.)