I am trying to import a cck type with 2 multiple select taxonomies, one that is freetegging, one that is not.
I have tried many different formats for the csv file, but none seems to work and my taxonomy fields are always empty. I have tried:
"term1,term2,term3"
"term1|term2|term3"
"term1 , term2 , term3"
"term1 | term2 | term3"
"term1" | "term2" | "term3"
, term1|term2|term3 ,
None seem to work.
Please help,
ktnk.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | node_import_test.txt | 138 bytes | Robrecht Jacques |
Comments
Comment #1
ktnk commentedHas anyone else had recent success in importing taxonomy entries into a cck node type? Can you share your csv format?
I am out of ideas, and my taxonomy field always shows up as empty, even when the import gives no errors and I've specified to add any new terms to the vocabulary.
Comment #2
Robrecht Jacques commentedAttached is an example of importing a multiple select and freetagging vocabulary. Does this help?
Comment #3
ktnk commentedThe problem was that although I no longer had the taxonomy wrapper enabled and was using strictly taxonomy, I hadn't disabled the category module yet. As soon as I disabled the category module, all my imports worked marvellously. I find node-import very smart :)
Comment #4
ktnk commented