sample_lookup_migration_2.yml
Same filename in other branches
File
-
core/
modules/ migrate/ tests/ modules/ migrate_lookup_test/ migrations/ sample_lookup_migration_2.yml
View source
- id: sample_lookup_migration_2
- label: Sample Lookup Migration
- source:
- plugin: embedded_data
- data_rows:
- - id: 27
- nid: 3
- title: Node 3
- - id: 35
- nid: 4
- title: Node 4
- 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.