First, thanks for this module, it's filling about 95% of my needs, awesome!

I'm trying to use a content taxonomy field, pulling a taxonomy vocabulary into a CCK field and using that for the source field (the multiple field). The module parses this fine, but it looks like it is populating the new single entry CCK field on the newly created nodes with the taxonomy ID number of the term, not the term itself. I suppose this is the actual "value" of the field, rather than a normal CCK field "value".

Use case is for scalability, I need a centrally managed list of "locations" that will grow/shrink often. I'm using this same field on user profiles, among other places & content types, so I'm kind of stuck on using taxonomy for it. Any help/patch would be much appreciated.

Thanks again for the module ;-)