Migrate SQL Sub Row

Categories

Component ID

2864821

Component name

Migrate SQL Sub Row

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

88

Component created

Component changed

Component body

Provides two migrate source plugins & one process plugin for doing migrations from an SQL database.

The source plugins are both base plugins (like the SqlBase plugin and in fact extending from it), and require similar local implementation to the SqlBase plugin to use in your migration.

The process plugin (sub_row_migration), provides the ability to match multiple migrated entities based on one source key. For example, article id and then match all the images that were imported from it.

full documentation/usage examples coming soon (for some definition of soon anyways).