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:
- User uploads a source CSV file
- User runs the migration
- Time passes...
- User uploads a further source CSV file with newer data
- User runs the migration
- 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.
