Closed (works as designed)
Project:
Ubercart Feed Mappers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2012 at 04:37 UTC
Updated:
22 Sep 2012 at 08:41 UTC
UC Feeds enters all of the Ubercart product data without error.
When updating an existing node by using nid as the 'unique target' in mapping and changing 'title' the result is the title is changed. But all three dimension field have been reset to 0 from previously entered data.
This is the CSV data that is being used for the update function.
title,nid
787878,1592
Dimensions: 22.22 mm × 11.11 mm × 10 mm as first entered
Dimensions: 0 mm × 0 mm × 0 mm after using the above CSV date for the update
i.e. diameter, thickness, hole are mapped to diameter, thickness, hole for this product entry.
Comments
Comment #1
dubs commentedThis is an issue with feeds as opposed to this module. AFAIK, you'll need to include any data you want to keep on the update too.