Hi,

I'm trying to migrate a site using content from a csv importing into nodes using the module Feeds. I've posted ther without results and I'm so close, i hoep someone can point me in the right direction.

I can get accomplish two things:

1. I cannot figure out how to import a field that has comma separated list of terms into a Term Reference field for my Article Content type. I just get errors. I know there is a Taxomomy importer, but I want to import the terms for each node from the csv. What's the best way to do this?

2. I have a folder of images, and I'd like to associate on file to one image field per node. Again, when I try and import the image name, I just ge errors. Do I need to include the path?

Really appreciate any help getting this the rest of this content in. I'm of course, pretty new to Drupal.

Thanks,
Doug

Comments

TimelessDomain’s picture

#1 - use latest version of feeds tamper module. Use "explode" action to separate terms, you can specify your delimiter http://drupal.org/project/feeds_tamper
#2 - importing images from local directory - http://drupal.org/node/1080386

freedom isn't free