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

francula’s picture

subscribe

StuartDH’s picture

If 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

mvc’s picture

Status: Active » Closed (duplicate)

Updating existing nodes isn't currently possible, but this feature is in development: #422282: Update existing nodes on import