migrate_plus.migration.d7_node_materiau.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. id: d7_node_materiau
  2. label: Node Materiau
  3. migration_group: d7_materio
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. - Materio
  9. source:
  10. plugin: d7_node_materiau
  11. node_type: materiau
  12. high_water_property:
  13. name: changed
  14. alias: n
  15. destination:
  16. plugin: entity:node
  17. process:
  18. # nid: nid
  19. type:
  20. plugin: default_value
  21. default_value: materiau
  22. title: title
  23. created: created
  24. changed: changed
  25. uid:
  26. plugin: migration_lookup
  27. migration: d7_users
  28. source: uid
  29. field_short_description: field_nature_titre
  30. field_migration:
  31. plugin: default_value
  32. default_value: 'migration_imported'
  33. body:
  34. plugin: iterator
  35. source: field_description
  36. process:
  37. value: value
  38. format:
  39. plugin: default_value
  40. default_value: wysiwyg
  41. langcode: language
  42. field_memo: field_memo
  43. field_workflow:
  44. -
  45. plugin: default_value
  46. source: workflow
  47. default_value: 2
  48. -
  49. plugin: static_map
  50. default_value: 2
  51. map:
  52. 1: "workflow_creation"
  53. 2: "workflow_hidden"
  54. 3: "workflow_visible"
  55. 4: "workflow_imported"
  56. 5: "workflow_edited"
  57. field_thesaurus:
  58. plugin: migration_lookup
  59. migration: d7_taxonomy_term_thesaurus
  60. source: field_onthologie
  61. no_stub: true
  62. field_tags:
  63. plugin: migration_lookup
  64. migration: d7_taxonomy_term_tags
  65. source: field_tags_libres
  66. no_stub: true
  67. field_manufacturer:
  68. plugin: migration_lookup
  69. migration: d7_taxonomy_term_company
  70. source: field_company_fab
  71. no_stub: true
  72. field_distributor:
  73. plugin: migration_lookup
  74. migration: d7_taxonomy_term_company
  75. source: field_company_distrib
  76. no_stub: true
  77. field_video:
  78. plugin: iterator
  79. source: field_video_filter
  80. process:
  81. value: url
  82. # field_linked_materials:
  83. # -
  84. # plugin: skip_on_empty
  85. # method: process
  86. # source: linked_materials
  87. # -
  88. # plugin: migration_lookup
  89. # migration: d7_node_materiau
  90. # no_stub: true
  91. field_linked_articles:
  92. -
  93. plugin: skip_on_empty
  94. method: process
  95. source: linked_breves
  96. -
  97. plugin: migration_lookup
  98. migration: d7_node_article
  99. no_stub: true
  100. field_materiau_images:
  101. plugin: iterator
  102. source: field_materiau_image
  103. process:
  104. target_id:
  105. plugin: migration_lookup
  106. migration: d7_allpublicfiles
  107. source: fid
  108. no_stub: true
  109. alt: alt
  110. title: title
  111. height: height
  112. width: width
  113. field_attachments:
  114. plugin: iterator
  115. source: field_attachments
  116. process:
  117. target_id:
  118. plugin: migration_lookup
  119. migration: d7_allpublicfiles
  120. source: fid
  121. no_stub: true
  122. # there is no description field filled
  123. description: description
  124. field_famille: field_famille
  125. field_index: field_identifiant
  126. field_reference: field_reference_materio
  127. # just archives
  128. field_localisation_old: field_localisation
  129. # custom module rebuilded
  130. field_samples:
  131. plugin: iterator
  132. source: field_location
  133. process:
  134. location: location
  135. target_id:
  136. plugin: migration_lookup
  137. migration: d7_taxonomy_term_showroom
  138. source: showroom_tid
  139. no_stub: true
  140. migration_dependencies:
  141. required:
  142. - d7_allpublicfiles
  143. - d7_users
  144. - d7_taxonomy_term_thesaurus
  145. - d7_taxonomy_term_tags
  146. - d7_taxonomy_term_company
  147. - d7_taxonomy_term_showroom
  148. optional:
  149. - d7_node_article