I have a content type called product that has following CCK fields:
art. number, price1, price2, price3. I also added a required taxonomy field.
I have a csv file with the following fields: art. number, price1, price2, price3.
I would like to update the price fields of existing nodes.
So these are the features I would like to request:
1. Only update existing nodes.
2. Only update fields marked by the user.
3. Select which fields much match, which field contains the unique ID. In my case art. number.
Comments
Comment #1
syturvy commentedI am dealing with the same issue. You might be interested in the Node Import Update module (http://drupal.org/project/node_import_update), which extends Node Import. It doesn't support leaving required fields blank however, which is something I am trying to patch.