Hi,
I have used feeds module for importing the nodes from a CSV file.
I have a Vocabulary column in CSV file having multiple terms separated by comma. So when I tried to import the nodes with that vocabulary then a new term is created to that vocabulary by taking all the value with comma and added to the node.
For Example, If I have a Vocabulary Column Sports having a value with the terms cricket, volleyball, football , then a new term with name cricket, volleyball, football is getting created in that Sports Vocabulary and added to that node.
Comments
Comment #1
Jalandhar commentedI have created a patch which will explode all the terms with comma and add to vocabulary.
Please check it once.
Comment #2
Jalandhar commentedComment #2.0
Jalandhar commentedadded more info
Comment #2.1
Jalandhar commentedadded detailed info
Comment #3
twistor commentedYou can use Feeds Tamper to do this. There have been numerous issues regarding this, and there's no way we can just hard-code comma as the separator.
Comment #3.0
twistor commentedAdded extra info