Index: plugins/FeedsNodeProcessor.inc =================================================================== --- plugins/FeedsNodeProcessor.inc (revision 83) +++ plugins/FeedsNodeProcessor.inc (working copy) @@ -241,7 +241,7 @@ $target_node->teaser = node_teaser($value); $target_node->body = $value; } - elseif (in_array($target_element, array('title', 'status', 'created', 'nid', 'uid'))) { + elseif (in_array($target_element, array('title', 'status', 'created', 'nid', 'uid', 'path'))) { $target_node->$target_element = $value; } } @@ -293,6 +293,10 @@ 'description' => t('The external GUID of the node. E. g. the feed item GUID in the case of a syndication feed. May be unique.'), 'optional_unique' => TRUE, ), + 'path' => array( + 'name' => t('URL alias'), + 'description' => t('The path alias for the node.'), + ), ); // Let other modules expose mapping targets.