migrate_plus.migration.d7_node_materiau.yml 3.5 KB

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