summaryrefslogtreecommitdiff
path: root/modules/mansimran/research_centers/config/install/migrate_plus.migration.research_center_1.yml
blob: 313b73015a2414038f2414316b797cd224827c14 (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
uuid: 7668fb9e-4358-4d30-b9e1-1cb8071ceba0
langcode: en
id: research_center_1
status: true
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags:
  - CSV
migration_group: default
label: 'research_center_csv_import1'
source:
  plugin: csv
  path: /home/mansimran/Desktop/mansimran1/research_centers.csv
  delimiter: ','
  enclosure: '"'
  header_row_count: 1
  keys:
    - id
process:
  type:
    plugin: default_value
    default_value: research_centers
  source_path:  
    -
      plugin: skip_on_empty
      method: process
      source: logo
    -
      plugin: concat
      delimiter: /
      source:
        - constants/file_source
        - logo
  title: title
  body/value: body
  body/format:
    plugin: default_value
    default_value: basic_html
destination:
  plugin: 'entity:node'
  bundle: club_and_chapter
migration_dependencies:
  required: {  }
  optional: {  }