blob: 9b2ff055f9752fbf65c977884c5edd3846a06494 (
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
49
50
51
52
53
54
55
56
57
58
59
|
langcode: en
status: true
dependencies: { }
id: notifications
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags: null
migration_group: null
label: 'Custom Content migration from CSV for Notifications'
source:
plugin: csv
path: /var/www/html/project/docroot/notification.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: notification
source_path_two:
-
plugin: skip_on_empty
method: process
source: file
-
plugin: concat
delimiter: /
source:
- constants/file_source
- file
title: title
body: body
field_notification_file:
plugin: file_import
source: '@source_path_two'
destination: constants/file_dest
field_notitfication_category:
-
plugin: entity_lookup
entity_type: taxonomy_term
bundle: notification_category
source: category
field_notification_date:
-
plugin: format_date
from_format: 'd/m/Y H:i:s'
to_format: 'Y-m-d\TH:i:s'
from_timezone: Asia/Kolkata
to_timezone: UTC
source: date
destination:
plugin: 'entity:node'
migration_dependencies:
required: { }
optional: { }
|