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:
- 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.
Project information
- Project categories: Developer tools
- Created by joachim on , updated
