uc_product_attribute_value.yml in Commerce Migrate 3.1.x
Same filename and directory in other branches
modules/ubercart/migrations/uc_product_attribute_value.yml
File
modules/ubercart/migrations/uc_product_attribute_value.ymlView source
- id: uc_product_attribute_value
- label: Ubercart attribute values
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Ubercart
- - Content
- source:
- plugin: uc_attribute_value
- constants:
- langcode: en
- bundle: attribute
- process:
- langcode: constants/langcode
- attribute:
- -
- plugin: migration_lookup
- migration: uc_attribute_field
- source: aid
- -
- plugin: extract
- index:
- - 1
- -
- plugin: substr
- start: 10
- name: option_name
- weight: weight
- destination:
- plugin: entity:commerce_product_attribute_value
- destination_module: commerce_product
- migration_dependencies:
- required:
- - uc_product_attribute