Is it possible to add taxonomy terms to an content type of article with a filed type of term reference? i have the field set to unlimited with my csv holding a field of comma separated terms. right now I'm just getting errors.
Is it possible to add taxonomy terms to an content type of article with a filed type of term reference? i have the field set to unlimited with my csv holding a field of comma separated terms. right now I'm just getting errors.
Comments
Comment #1
dave reidNot currently. We have to fix #959984: taxonomy_node_get_terms doesn't work with drupal 7 first.
Comment #2
dotman commentedhey Dave my site nav and tags that are term reference fields are importing now as individual terms for each node from the csv. sweet. I know I applied a patch from a thread earlier and all of a sudden it just started working. and thanks for the patch on the image field. it's getting my photos from the remote site.
Is there a way yet i could attach a caption to the image? I did see an earlier thread discussion regarding populating the alt or description field for an image. is there a patch for that yet? and would it be possible to tie either of those fields and use it for a caption below the image?
Thanks again for your help.