diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 4a90fcda6999693278d8d1a3cb538d698a10cef1..c81d6342f27a1b7a549c9ae04f9dbe68e5610a1f 100644
--- a/plugins/FeedsTermProcessor.inc
+++ b/plugins/FeedsTermProcessor.inc
@@ -33,6 +33,7 @@ class FeedsTermProcessor extends FeedsProcessor {
     $vocabulary = $this->vocabulary();
     $term = new stdClass();
     $term->vid = $vocabulary->vid;
+    $term->vocabulary_machine_name = $vocabulary->machine_name;
     return $term;
   }