Closed (fixed)
Project:
Feed Element Mapper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2008 at 06:45 UTC
Updated:
7 Jan 2009 at 15:03 UTC
Hello,
If I specify the termpath like
Europe > France > Paris
Will it place it into the correct term?
There are a few more Paris cities. like
US > Texas > Paris
Do I need to place the termid, or the termname is enough in the csv?
Comments
Comment #1
giorgio79 commentedI found an interesting solution
Node factory allows one to provide term ids, instead of term names:
http://drupal.org/project/node_factory
I guess this would be one way to sove the issue for identical terms belonging to different parents in a taxonomy. :)
Comment #2
alex_b commentedThere is no hierarchical term handling in Feed Element Mapper.
Moreover, if we were to solve this problem, we would need to start somewhere else: FeedAPI parsers (parser_common, parser_simplepie) do not expose hierarchical information about terms.
I even doubt that RSS or Atom provide a convention for hierarchical terms in their basic specifications. But there may be ways to do that.
That said, nothing's impossible, first issue though goes on FeedAPI queue :-)
Closing for now.