Closed (won't fix)
Project:
Imagefield Import
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
3 Aug 2009 at 00:08 UTC
Updated:
14 Oct 2010 at 16:31 UTC
This thread over at the migrate module discusses importing images into existing nodes:
I need a way to import and map images programmatically to existing nodes. In my case I have a DB table that relates the image names to NID. Alternatively I could just label the images [nid]_1.png, [nid]_2.png, etc.
The goal is to mass import images to existing nodes with imagefield, with several images per node perhaps.
It would be great if this capability were part of the migrate module which already handles similar kinds of mapping tables.
Comments
Comment #1
druplicate commentedNote that the migrate module does NOT currently import data into existing nodes. It is an outstanding feature request and to-do item prior to official release - this module is still in beta.
If you are migrating many data fields from another system, or collection of CSV files, then you could use the migrate module to create the new nodes and insert the related images at the same time, if it had the hooks for it. Seems like the migrate module could use the code from this project to do it.
Here's the feature request: http://drupal.org/node/429306
Comment #2
wulff commentedMarking this as a duplicate of #363076: Import MANY Images into ONE Imagefield
Comment #3
wulff commentedReopening as mentioned in #363076: Import MANY Images into ONE Imagefield
Comment #4
wulff commented...and fixing the title.
Comment #5
wulff commentedFrom #363076: Import MANY Images into ONE Imagefield:
[add] support for existing nodes that have already imagefield images uploaded with a nid field to add those nodes, validating if selected imagefield is there, if not prompting for a new nid with appropriate imagefield.
Comment #6
wulff commentedComment #7
wulff commentedComment #8
achtonThis would be a cool feature for imagefield_import. Subscribing.
Comment #9
vordude commentedAt this time, It's outside my scope as a feature to add.