Hi
I have a content type with locations, now I want to move these location into taxonomy as term fields. I ve built a view to prepare my fields to be exported (export is from D6), the view can export fields for location one by one (longitude, latitude, street, etc.) but the location input widget is a single field containing all those parameters altogether.
How do i go about that? Should I rewrite the view so that it offers to location the whole bunch as a single blob?
Any hint?
Simone

Comments

cimo75’s picture

I know of this module

http://drupal.org/project/location_feeds

which seems to do what I need but for the Feeds module which doesn t support taxonomy and its fields.

EDIT: I see that Location is on the TODO list, any workaround about this? Is there a time frame about Location implementation? I have about 150 nodes to be moved to terms so I can always go and do it manually if there is no hope for automatic data translation.

Simone

Daniel_KM’s picture

Hi,

Sorry, it's on the todo list and I'm currently busy on another project. Pehraps in end of September.

You can use the last dev release and try to implode all your column in one for location, but I've not checked.

Sincerely,

Daniel Berthereau
Infodoc & Knowledge management

cimo75’s picture

Hi Daniel
I can probably do that in views and modify the output there, but what i miss is the proper format/syntax that taxonomy_csv is expected to receive.

Simone

Daniel_KM’s picture

Hi,

The last dev release allows to choose your csv format (order of fields to import).

Sincerely,

Daniel Berthereau
Infodoc & Knowledge management