Migrate incremental source wizard

Categories

Component ID

2231649

Component name

Migrate incremental source wizard

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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.