migrate_plus.migration.d7_node_breve.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. id: d7_node_breve
  2. label: Node Breve
  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_breve
  12. node_type: breve
  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: article
  23. title: title
  24. created: created
  25. changed: changed
  26. uid:
  27. plugin: migration_lookup
  28. migration: d7_users
  29. source: uid
  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. field_tags:
  62. plugin: migration_lookup
  63. migration: d7_taxonomy_term_tags
  64. source: field_tags_libres
  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_visuel:
  80. plugin: iterator
  81. source: field_visuel
  82. process:
  83. target_id:
  84. plugin: migration_lookup
  85. migration: d7_allpublicfiles
  86. source: fid
  87. no_stub: true
  88. alt: alt
  89. title: title
  90. height: height
  91. width: width
  92. migration_dependencies:
  93. required:
  94. - d7_allpublicfiles
  95. - d7_users
  96. - d7_taxonomy_term_thesaurus
  97. - d7_taxonomy_term_tags
  98. - d7_taxonomy_term_company
  99. - d7_taxonomy_term_showroom
  100. optional:
  101. - d7_node_materiau