You are here

d6_ip2country_user_data.yml in IP-based Determination of a Visitor's Country 8

migrations/d6_ip2country_user_data.yml

File

migrations/d6_ip2country_user_data.yml
View source
  1. id: d6_ip2country_user_data
  2. label: User data for the Ip2Country module
  3. migration_tags:
  4. - Drupal 6
  5. - Content
  6. source:
  7. plugin: d6_user
  8. source_module: ip2country
  9. constants:
  10. key: country_iso_code_2
  11. module: ip2country
  12. process:
  13. uid: uid
  14. key: 'constants/key'
  15. module: 'constants/module'
  16. settings:
  17. plugin: skip_row_if_not_set
  18. index: country_iso_code_2
  19. source: data
  20. destination:
  21. plugin: user_data
  22. migration_dependencies:
  23. required:
  24. - d6_user