Closed (duplicate)
Project:
Node import
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 14:36 UTC
Updated:
26 Aug 2009 at 15:02 UTC
I have an image gallery, but each individual image node has no proper title (just filename as title) and no body. I'd like to upload this information via a CSV, ideally-- unless an easier way. So I'm thinking node import module will do the trick. However, will this upload create new nodes or just use the existing node already created by the image?
I'd like the latter... any thoughts on best approach.
Comments
Comment #1
francula commentedsubscribe
Comment #2
StuartDH commentedIf you can't do it this way, creating a view with the editablefields module would certainly make it a lot quicker than opening and editing every page. You'll need to create a CCK field for the image title and use automatic nodetitles module to replace the default titles
Hope this helps
Stu
Comment #3
mvcUpdating existing nodes isn't currently possible, but this feature is in development: #422282: Update existing nodes on import