Closed (fixed)
Project:
Migrate
Version:
7.x-2.4
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2012 at 21:18 UTC
Updated:
26 Nov 2012 at 23:00 UTC
My source data contains text with inline links that point to unique ids in the source data.
Currently I'm processing the nodes after the migration has finished and manually looking in the migration mapping tables for the source to destination ids, but I imagine that I could someone use the stub nodes and SourceMigration concept to update the links immediately on import.
Can I?
Comments
Comment #1
mikeryanYou can do it in prepareRow() with handleSourceMigration:
Comment #2
Letharion commentedThank you mikeryan!
I updated the docs about stubs. please review it. Link to revision diff
Comment #3
mikeryanDid a bit of editing, thanks.