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

mikeryan’s picture

Status: Active » Closed (fixed)

It 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.

frankcarey’s picture

yes, thanks mike. here is the related tw issue #420002: Error - Could not analyze node_map table