popsu_migrate: d7_node_programme started
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
id: d7_node_programme
|
||||
label: Node Programme
|
||||
migration_group: popsu
|
||||
audit: true
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
- Popsu
|
||||
|
||||
source:
|
||||
plugin: d7_node_programme
|
||||
node_type: popsu_special
|
||||
batch_size: 500
|
||||
high_water_property:
|
||||
name: changed
|
||||
alias: n
|
||||
|
||||
destination:
|
||||
plugin: entity:node
|
||||
|
||||
|
||||
process:
|
||||
# nid: nid
|
||||
type:
|
||||
plugin: default_value
|
||||
default_value: programme
|
||||
created: created
|
||||
changed: changed
|
||||
|
||||
uid:
|
||||
plugin: default_value
|
||||
default_value: 34
|
||||
|
||||
title: term_title
|
||||
|
||||
'body/value': body
|
||||
'body/summary': body_summary
|
||||
'body/format':
|
||||
plugin: default_value
|
||||
default_value: 'wysiwyg'
|
||||
|
||||
# field_textes (PARAGRAPH)
|
||||
# 'field_texte/value': text
|
||||
# 'field_texte/summary': text_summary
|
||||
# field_titre: title
|
||||
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_allpublicfiles
|
||||
- d7_users
|
@@ -57,7 +57,6 @@ process:
|
||||
method: row
|
||||
value:
|
||||
- 5
|
||||
- 3
|
||||
-
|
||||
plugin: static_map
|
||||
source: roles
|
||||
|
Reference in New Issue
Block a user