blob: f5c0f4e2d01977211aec356a326986771905b8ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
langcode: en
status: true
dependencies: { }
id: Department
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags: null
migration_group: null
label: Deaprtment
source:
plugin: csv
path: /var/www/html/project/docroot/Department.csv
header_row_count: 1
keys:
- id
process:
type:
plugin: default_value
default_value: department
title: title
body: body
destination:
plugin: 'entity:node'
migration_dependencies:
required: { }
optional: { }
|