sample_lookup_migration.yml
Same filename in other branches
File
-
core/
modules/ migrate/ tests/ modules/ migrate_lookup_test/ migrations/ sample_lookup_migration.yml
View source
- id: sample_lookup_migration
- label: Sample Lookup Migration
- source:
- plugin: embedded_data
- data_rows:
- - id: 17
- nid: 1
- title: Node 1
- - id: 25
- nid: 2
- title: Node 2
- ids:
- id:
- type: integer
- process:
- nid: nid
- title: title
- destination:
- default_bundle: node_lookup
- plugin: entity:node
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.