You are here

import_comment_base.yml in Import 8.2

migrations/import_comment_base.yml

File

migrations/import_comment_base.yml
View source
  1. id: import_comment_base
  2. label: Import comments
  3. source:
  4. plugin: csv
  5. path: '../data/import.comment.comment.csv'
  6. header_row_count: 1
  7. keys:
  8. - Subject
  9. destination:
  10. plugin: entity:comment
  11. process:
  12. comment_type:
  13. plugin: default_value
  14. default_value: comment
  15. subject: Subject
  16. 'comment_body/value': Body