By latte on
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
_
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".
Thank you I will try
Thank you I will try this.
Latte/
Thank you so much I got it to
Thank you so much I got it to work.
Latte
_
excellent-- glad it worked ;-)
is there a patch for this or
is there a patch for this or something? Im interested in getting that included in my CSV file