Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module provides base classes to create Migrate UI wizards that allow uploading of multiple incremental source files to a migration.

This allows non-developer users to upload incremental data for a migration. The intention is that you have this workflow:

  1. User uploads a source CSV file
  2. User runs the migration
  3. Time passes...
  4. User uploads a further source CSV file with newer data
  5. User runs the migration
  6. Repeat...

This is a developer module. You will need to implement your Migration and MigrateUIWizard classes as normal, but inheriting from the classes this module provides.

Project information