migrate_plus.migration.d7_node_materiau.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. uuid: b9ed8c19-1a6f-49f0-8a50-2ab147911f5b
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: d7_node_materiau
  6. class: null
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Content
  12. - Materio
  13. migration_group: d7_materio
  14. label: 'Node Materiau'
  15. source:
  16. plugin: d7_node_materiau
  17. node_type: materiau
  18. batch_size: 500
  19. process:
  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_articles
  97. -
  98. plugin: migration_lookup
  99. migration: d7_node_article
  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. description: description
  123. field_famille: field_famille
  124. field_index: field_identifiant
  125. field_reference: field_reference_materio
  126. field_localisation_old: field_localisation
  127. field_samples:
  128. plugin: iterator
  129. source: field_location
  130. process:
  131. location: location
  132. target_id:
  133. plugin: migration_lookup
  134. migration: d7_taxonomy_term_showroom
  135. source: showroom_tid
  136. no_stub: true
  137. destination:
  138. plugin: 'entity:node'
  139. migration_dependencies:
  140. required:
  141. - d7_allpublicfiles
  142. - d7_users
  143. - d7_taxonomy_term_thesaurus
  144. - d7_taxonomy_term_tags
  145. - d7_taxonomy_term_company
  146. - d7_taxonomy_term_showroom