Hi. Can somebody help me?
i try to import nodes with get locations field. Use Feeds.
i have imported new nodes, i tried to update the fields in already existing nodes, but the data is not kept.
When I try to update the nodes, after the import, I get a message that the X materials are updated (the quantity is the same as the ones that needed to be updated), but the data in the database was not served.
all fields, except getlocations, was imported perfect
What i do wrong?
Feeds settings:
http://mirastd.com/tmp/01.png
http://mirastd.com/tmp/02.png
http://mirastd.com/tmp/03.png
http://mirastd.com/tmp/04.png
http://mirastd.com/tmp/05.png
http://mirastd.com/tmp/06.png
http://mirastd.com/tmp/07.png
http://mirastd.com/tmp/08.png
Comments
Comment #2
denis.dorosh commentedComment #3
denis.dorosh commentedComment #4
hutch commentedOK, had a look at the png files, your problem lies with the field mapping, in order for the node to know which getlocations entry belongs to it you need to include the 'glid' field, so your importing data needs that field as well and that is the field that needs to be set as 'unique'. This is arranged this way to allow more than one map to be related to a given node.
The Getlocations_feeds module only provides hooks and helper functions for the Feed module to use. You might find the Feeds_tamper module useful.