Closed (outdated)
Project:
Node import
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2008 at 22:54 UTC
Updated:
11 Jan 2024 at 12:16 UTC
Jump to comment: Most recent
Comments
Comment #1
parrottvision commentedhear hear - would love this. If you could tick whether to update existing node or you could choose to bulk import and update without needing permission. So if node title exists then update with asking.
And it would be super cool in an update to select which field should be unique. So instead of just 'if TITLE exists update' if your file had a unique key in it like a product number you could say 'on import if $field->product_key exists update based on file to db match'
Comment #2
m4manas commentedI am also looking for this option. It will be great to have this feature which will ask whether one want to replace the data or load the new data. I believe as of now there is no explicit recognition of primary key. Let the title be the primary key and the node if exist with the primary key data can be updated.
I got some idea expecting people to respond.
Comment #3
dwork commentedhttp://drupal.org/node/150397 seems to be a better thread for this conversation, although the replacement of the entire node type with imported data isn't addressed exactly. I'm maintaining a database in another external system and export a reference file frequently -- I simply want to import the entire file, replacing the node type in its entirety.
Comment #4
dlux commented