migrate_plus.migration.d7_node_materiau.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. destination:
  14. plugin: entity:node
  15. process:
  16. # nid: nid
  17. type:
  18. plugin: default_value
  19. default_value: materiau
  20. title: title
  21. field_short_description: field_nature_titre
  22. field_migration:
  23. plugin: default_value
  24. default_value: 'migration_imported'
  25. body:
  26. plugin: iterator
  27. source: field_description
  28. process:
  29. value: value
  30. format:
  31. plugin: default_value
  32. default_value: wysiwyg
  33. langcode: language
  34. field_memo: field_memo
  35. field_workflow:
  36. -
  37. plugin: default_value
  38. source: workflow
  39. default_value: 2
  40. -
  41. plugin: static_map
  42. default_value: 2
  43. map:
  44. 1: "workflow_creation"
  45. 2: "workflow_hidden"
  46. 3: "workflow_visible"
  47. 4: "workflow_imported"
  48. 5: "workflow_edited"
  49. field_thesaurus:
  50. plugin: migration_lookup
  51. migration: d7_taxonomy_term_thesaurus
  52. source: field_onthologie
  53. field_tags:
  54. plugin: migration_lookup
  55. migration: d7_taxonomy_term_tags
  56. source: field_tags_libres
  57. field_manufacturer:
  58. plugin: migration_lookup
  59. migration: d7_taxonomy_term_company
  60. source: field_company_fab
  61. field_distributor:
  62. plugin: migration_lookup
  63. migration: d7_taxonomy_term_company
  64. source: field_company_distrib
  65. field_video:
  66. plugin: iterator
  67. source: field_video_filter
  68. process:
  69. value: url
  70. field_linked_materials:
  71. -
  72. plugin: skip_on_empty
  73. method: process
  74. source: linked_materials
  75. -
  76. plugin: migration_lookup
  77. migration: d7_node_materiau
  78. no_stub: true
  79. field_linked_breves:
  80. -
  81. plugin: skip_on_empty
  82. method: process
  83. source: linked_breves
  84. -
  85. plugin: migration_lookup
  86. migration: d7_node_breve
  87. no_stub: true
  88. # field_materiau_images: field_materiau_image
  89. # field_attachments: field_attachments
  90. # field_famille: field_famille
  91. # field_index: field_identifiant
  92. # field_reference: field_reference_materio
  93. # just archives
  94. # : field_localisation
  95. # TODO: need to find an alternative or rebuild the custom module
  96. # : field_location
  97. migration_dependencies:
  98. required:
  99. - d7_taxonomy_term_thesaurus
  100. - d7_taxonomy_term_tags
  101. - d7_taxonomy_term_company
  102. - d7_taxonomy_term_showroom
  103. optional:
  104. - d7_node_breve