Active
Project:
Node import via cron
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2010 at 08:12 UTC
Updated:
14 Jun 2011 at 11:27 UTC
http://drupal.org/project/node_import_update
I know NIU doesn't have a stable release, but it works pretty well if you can get past the configuration. I'd been hoping that I could simply use Node Import Via Cron with Node Import Update, but it seems that using "via cron" somehow sidesteps the Node Import Update functionality.
It would be great to have both automation and update of existing nodes without deleting and rebuilding them each time. Tracking sales of products in Ubercart is impossible if every time someone corrects a typo it becomes a brand new product.
Wouldn't it be awesome?
Comments
Comment #1
jvdurme commentedSubscribe.
Comment #2
CMangrum commentedI'll second this request. I have 65000 nodes that I need to update regularly. Node Import Update allows me to do that without deleting old nodes and creating new ones. It would be even better if I could schedule the import, know that it would update existing nodes and create any that don't exist.
I am also not sure if it's even possible to do what I need since I have the cron limit set to 100 records per run. 2400 records per day will take a while to get to 65000.
Comment #3
julianmancera commentedHi all,
Here is a hook function that can be added to the node_import_update module to have the update desired functionality:
Depending on the complexity of the CCK field the query should be modified, in case the field has an additional table.
Not sure if the node import via cron maintainer is willing to add this hook to the module core or we should maintain it in the node_import_udpate module.
Willing to hear from your testing so it can become a patch
Julian Mancera