I needed a plugin for a pretty specific use case, thought I would share.

It does the following:

- Search through whatever taxonomies I needed to match what's in an import field that is originally mapped to temporary value 1
- If it matches, then copy it to another field (where that other field is connected to one of the taxonomies I wanted to search)
- If it doesn't match, just don't do anything

So to use this properly, in your feeds mapping, you need to set the import field to map to temporary value 1, then use this plugin to match and then send value to another field that is mapped to a taxonomy you are matching on.

Remove the '.txt' to use.

CommentFileSizeAuthor
taxonomy_match_copy.inc_.txt2.82 KBemilyf
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

emilyf’s picture

to use this remove the '_.txt' from the above attached file, add it to your feeds_tamper/plugins folder.

twistor’s picture

Component: Code » Plugins
Issue summary: View changes
Status: Needs review » Closed (works as designed)

Sorry. This is a bit too use case specific to include in the module.