- Issue created by @dan612
- πΊπΈUnited States dan612 Portland, Maine
attaching a basic file to get started. i believe using this will at least stop the warnings/error during a migration and will allow this new field type to be set, but i believe we need to define how the underlying data gets mapped to the new field as well.
- πΊπΈUnited States jienckebd
Great start Dan!
As you noted, the data does need to be mapped in 2 ways:
1. D10 field property "entry_id" was field property "entryid" in D7.
2. D10 field property "partner_id" was a Drupal variable applied to all Kaltura field values.The attached patch works on a sample client.
There may be a better way to map a D7 Drupal variable to a D10 field value property. But the only examples I saw for mapping D7 variables required a "variable" source plugin, while MigrateField plugins have their own source plugin.