You are here

uc_product_attribute_value.yml in Commerce Migrate 3.1.x

modules/ubercart/migrations/uc_product_attribute_value.yml

File

modules/ubercart/migrations/uc_product_attribute_value.yml
View source
  1. id: uc_product_attribute_value
  2. label: Ubercart attribute values
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Ubercart
  7. - Content
  8. source:
  9. plugin: uc_attribute_value
  10. constants:
  11. langcode: en
  12. bundle: attribute
  13. process:
  14. langcode: constants/langcode
  15. attribute:
  16. -
  17. plugin: migration_lookup
  18. migration: uc_attribute_field
  19. source: aid
  20. -
  21. plugin: extract
  22. index:
  23. - 1
  24. -
  25. plugin: substr
  26. start: 10
  27. name: option_name
  28. weight: weight
  29. destination:
  30. plugin: entity:commerce_product_attribute_value
  31. destination_module: commerce_product
  32. migration_dependencies:
  33. required:
  34. - uc_product_attribute