I have a taxonomy field that I want to import from a CSV that contains multiple values.
My field separator is a pipe (|) and the taxonomy terms are separated by commas.
The field name is "Keywords/phrases".
When I set up the Explode plugin for that field I get a "success" report that "Plugin is attached to Keywords", but I don't see it and it doesn't work on the import.

If I create a new mapper, mapping the CSV header "Keywords" to the field "Keywords/phrases", the plugin appears.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

twistor’s picture

Status: Active » Needs review
FileSize
1.08 KB

can you try this?

twistor’s picture

Status: Needs review » Patch (to be ported)
twistor’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

bengt’s picture

Status: Closed (fixed) » Active

Is this really fixed? I added the patch to feeds_tamper-7.x-1.x-dev.tar.gz 2012-Apr-19, but it didn't help (the plugin is created, but not visible in the UI). In my case both source and target have a slash in their names. Doesn't this patch need to also take the target name into consideration? Or do I misunderstand something?

twistor’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Status: Active » Fixed

Ok, it's really fixed now. I didn't realize Drupal was un-encoding our slashes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.