Closed (fixed)
Project:
Migrate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 14:07 UTC
Updated:
7 Apr 2009 at 20:08 UTC
It would be really great if I could use a *_map table as a source. That would allow me to just deal with records I know are already imported, and the mappings would already be available. I could add things like add comments to nodes, content_profile to users, each in a separate step instead of doing all the mappings in code, having to reverse lookup the old id (or new id depending on what table you are using for subsequent steps).
tw says I can't use a *_map table because it has no primary key. Could we make one?
Comments
Comment #1
mikeryanIt does have a PK - the appearance of not having one was a table wizard bug, if you get the latest TW out of CVS and reanalyze your map tables you should be OK.
Comment #2
frankcarey commentedyes, thanks mike. here is the related tw issue #420002: Error - Could not analyze node_map table