Hello,

I'm trying/hoping to use node convert to merge pairs of nodes (a product and a related content item) into a single, new, cck type. Basically i wanted to add a step where a grab some values from the related node and use those to populate fields in the new node. It *looked* like hook_node_convert_change would let me do this, but it doesn't-- changes to $data are not handed back to the node_convert module.

I haven't been able to find any documentation or examples of this -- I'm I totally on the wrong track? Is there a step I'm missing or does it just not work for this? I used this approach with the migrate module which had pre and post hooks for additional processing...

Thanks for any pointers or suggestions
M