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

Jalandhar’s picture

I have created a patch which will explode all the terms with comma and add to vocabulary.

Please check it once.

Jalandhar’s picture

Status: Needs work » Needs review
Jalandhar’s picture

Issue summary: View changes

added more info

Jalandhar’s picture

Issue summary: View changes

added detailed info

twistor’s picture

Status: Needs review » Closed (works as designed)

You 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.

twistor’s picture

Issue summary: View changes

Added extra info