I've got a csv file that contains content for creating and updating nodes. With the Node import via cron module I'm updating my nodes. But I've got a problem keeping the comments on my nodes. The idea is that Node import updates my nodes based on the csv file and that it deletes the nodes that are not longer in the csv file. Each time the cron job runs my nodes are nicely updated, but the comments are being removed.

Is it possible to preserve the comments?

Comments

lupus78’s picture

node import via cron deletes the nodes in your case, so there is no way to preserve the comments. if you use the append option, the module will create new nodes, but will never update existing ones.