summaryrefslogtreecommitdiff
path: root/modules/fahad/staff/config/install/migrate_plus.migration.staff.yml
blob: 64c31e5fe4e22b6f7a30acadb650a861bd9beaea (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
uuid: 636c412b-2d83-448e-be13-107ea9abbaaf
langcode: en
status: true
dependencies: {  }
id: staff
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags: null
migration_group: null
label: 'Custom Content migration from CSV Staff'
source:
  plugin: csv
  path: /var/www/html/project/docroot/staff.csv
  header_row_count: 1
  keys:
    - id
  constants:
    file_source: /var/www/html/project/docroot/fac_images
    file_dest: 'public://fac_images/'
process:
  type:
    plugin: default_value
    default_value: staff
  source_path:
    -
      plugin: skip_on_empty
      method: process
      source: phuto
    -
      plugin: concat
      delimiter: /
      source:
        - constants/file_source
        - phuto
  title: title
  body: body
  field_staff_email: email
  field_designation: designation
  field_staff_image:
    plugin: file_import
    source: '@source_path'
    destination: constants/file_dest
destination:
  plugin: 'entity:node'
migration_dependencies:
  required: {  }
  optional: {  }