I trying to export all the data from a specific content type so I can move it to a fresh 6.x install using node import. I'm using the Views Bonus Pack alpha2 to export a view to a CSV file.

The view consists of the Title, Teaser, Full body text, nid, created date, and an image. The image is from the CCK image field using image cache. All I need is the path to the original uploaded image. Everything else is being exported sans the image field.

If anyone knows how to get to this data I would appreciate the help.

Thanks in advance,

Latte/

Comments

WorldFallz’s picture

I've got no problem doing this-- make sure you set the format of the image field in the feed display to "Path to file".

latte’s picture

Thank you I will try this.

Latte/

latte’s picture

Thank you so much I got it to work.

Latte

WorldFallz’s picture

excellent-- glad it worked ;-)

dcarr’s picture

is there a patch for this or something? Im interested in getting that included in my CSV file