You are here

README.txt in Migrate 6

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 7.2 README.txt
IMPORTANT: This is the final release of Migrate V1 - there will be no more support for
this version of Migrate going forward.


The Migrate module provides a flexible framework for migrating content into Drupal from other
sources (e.g., when converting a web site from another CMS to Drupal). Out-of-the-box, support 
for creating Drupal nodes, fields, comments, url aliases, users+profiles and roles are included. 
Hooks permit migration of other types of content.

The combination of the Table Wizard and Migrate modules is designed to support a migration process 
along these lines:

 * Import - Table Wizard can be used to import external data into tables in your Drupal database. 
   Any tables in your Drupal database, or in other databases on the same server, can be made 
   available to views for review and migration.

 * Analysis - Table Wizard performs analysis of table data (ranges, sizes, etc.), and supports 
   collaborative documentation of table fields.

 * Content sets - Create Views which represent the different source records that you wish to 
   migrate. The Views utilize the Views integration you just created with Table Wizard.

 * Migration - Migrate takes rows from the content sets creates Drupal objects from them. Migration 
   is reversible - migrated data can be quickly backed out and migrated again. A dashboard is provided to easily manage the process. Background processing via cron is supported for large migrations.

 * Auditing - Errors and other conditions flagged during migration are flagged and can be reviewed 
   in Views). Also, Migrate maintains mapping tables from the source data to the resulting Drupal 
   objects, enabling the creation of comparison views.

Acknowledgements 
----------------

Much of the Migrate module functionality was sponsored by Cyrve, for its clients GenomeWeb 
(http://www.genomeweb.com) and The Economist (http://www.economist.com). The original code was 
based on node_import.

Author
------

Mike Ryan - http://drupal.org/user/4420

File

README.txt
View source
  1. IMPORTANT: This is the final release of Migrate V1 - there will be no more support for
  2. this version of Migrate going forward.
  3. The Migrate module provides a flexible framework for migrating content into Drupal from other
  4. sources (e.g., when converting a web site from another CMS to Drupal). Out-of-the-box, support
  5. for creating Drupal nodes, fields, comments, url aliases, users+profiles and roles are included.
  6. Hooks permit migration of other types of content.
  7. The combination of the Table Wizard and Migrate modules is designed to support a migration process
  8. along these lines:
  9. * Import - Table Wizard can be used to import external data into tables in your Drupal database.
  10. Any tables in your Drupal database, or in other databases on the same server, can be made
  11. available to views for review and migration.
  12. * Analysis - Table Wizard performs analysis of table data (ranges, sizes, etc.), and supports
  13. collaborative documentation of table fields.
  14. * Content sets - Create Views which represent the different source records that you wish to
  15. migrate. The Views utilize the Views integration you just created with Table Wizard.
  16. * Migration - Migrate takes rows from the content sets creates Drupal objects from them. Migration
  17. is reversible - migrated data can be quickly backed out and migrated again. A dashboard is provided to easily manage the process. Background processing via cron is supported for large migrations.
  18. * Auditing - Errors and other conditions flagged during migration are flagged and can be reviewed
  19. in Views). Also, Migrate maintains mapping tables from the source data to the resulting Drupal
  20. objects, enabling the creation of comparison views.
  21. Acknowledgements
  22. ----------------
  23. Much of the Migrate module functionality was sponsored by Cyrve, for its clients GenomeWeb
  24. (http://www.genomeweb.com) and The Economist (http://www.economist.com). The original code was
  25. based on node_import.
  26. Author
  27. ------
  28. Mike Ryan - http://drupal.org/user/4420