Import

Component ID

365251

Component name

Import

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

15712

Component created

Component changed

Component body

There are a multitude of different import and export modules in existence to handle the complex task of getting data from other systems into Drupal. A wiki page has been created in an attempt to focus the efforts of the module developers and provide a handy guide for users looking to make a decision.

Please focus all efforts for Import to the Migrate module.

Drupal 6 version is unsupported and obsolete due to MigrateSourceCSV

cyberswat tried to discontinue this module but it's simplicity and many user requests had required him to keep supporting it. However, it is no longer actively maintained. Consider migrating to 7.x or 8.x using Migrate.

Drupal 7 and Drupal 8 versions are Migrate examples for CSV imports

The 7.x-1.x branch is maintained by brantwynn and is a simple content, user and taxonomy import example using the Migrate framework.

The 8.x-1.x branch is intended as a port-forward of the 7.x-1.x branch with improvements leveraging core migrate, migrate_plus and migrate_source_csv. It should only be used with Drupal core ~8.0.*

The 8.x-2.x branch is the current development branch. It is compatible with Drupal core ^8.1.* and is under active development.