Active
Project:
Node Import Update
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2010 at 11:55 UTC
Updated:
27 May 2010 at 06:28 UTC
I've installled both modules dev version, but the update possibillity disappeared.
Are there any unrecognised depencies?
Comments
Comment #1
xxm commentedIf the node import is patched with this patch http://drupal.org/files/issues/node_import_update-422282_0.patch the update key form in show but it say:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= "01" LIMIT 1' at line 1 query: SELECT nid, vid FROM content_ WHERE = "01" LIMIT 1 in .../sites/all/modules/node_import/supported/node.inc on line 293.Comment #2
myregistration commentedI've installed the module and I can get through all steps except the last page that is supposed to display progress bar and stats from the process. Nothing is upated, it just shows the initial page again. If I turn off the updater module, it works as expected. Please help! I really need this feature to avoid adding duplicate products when importing. Does anyone know of a better solution than node_import?
Comment #3
ergonlogicDepending on your needs, the Feeds module may be a good choice.
Right now, Node Import Update is experimental, at best.
Comment #4
myregistration commentedThank you, ergonlogic. From your experience, do you know if Feeds has a feature to update nodes that already exist as opposed to creating duplicates? I'm trying to import products which has a required unique identifier SKU. Thanks!
Comment #5
ergonlogicYes, indeed, Feeds supports updating nodes. The primary challenge that you'll likely face, though, is that there isn't a simple interface for mapping CSV columns to node/CCK fields.
Comment #6
myregistration commentedPersonally, I'd prefer to use XML, I think it's more legible and makes sense for nodes that have a hierarchal taxonomy(?). Do you know of a current module that supports import/export of XML and allows for updates as well as cron job automation? Thanks! Michelle :)