You are here

d7_webform_submission.yml in Webform: Migrate 8.2

Same filename and directory in other branches
  1. 8 migrations/d7_webform_submission.yml
migrations/d7_webform_submission.yml

File

migrations/d7_webform_submission.yml
View source
  1. id: d7_webform_submission
  2. label: 'Webform Form Submission'
  3. migration_tags:
  4. - 'Drupal 7'
  5. - Content
  6. source:
  7. plugin: d7_webform_submission
  8. process:
  9. sid: sid
  10. webform_id: webform_id
  11. uri: webform_uri
  12. created: submitted
  13. completed: submitted
  14. changed: submitted
  15. in_draft: is_draft
  16. current_page: {}
  17. remote_addr: remote_addr
  18. uid: uid
  19. langcode:
  20. plugin: default_value
  21. default_value: 'en'
  22. entity_type:
  23. plugin: default_value
  24. default_value: 'node'
  25. entity_id: nid
  26. sticky: {}
  27. notes: {}
  28. serial: {}
  29. data: webform_data
  30. destination:
  31. plugin: 'entity:webform_submission'
  32. migration_dependencies:
  33. required:
  34. - d7_webform