import_comment_base.yml in Import 8.2
migrations/import_comment_base.yml
File
migrations/import_comment_base.ymlView source
- id: import_comment_base
- label: Import comments
- source:
- plugin: csv
- path: '../data/import.comment.comment.csv'
- header_row_count: 1
- keys:
- - Subject
- destination:
- plugin: entity:comment
- process:
- comment_type:
- plugin: default_value
- default_value: comment
- subject: Subject
- 'comment_body/value': Body