Closed (fixed)
Project:
CSV Parser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 20:03 UTC
Updated:
3 Feb 2009 at 16:03 UTC
Scenario:
Using CSV Parser, and Feed Element Mapper and Node Processor and have a CSV file representing the the feed source. It contains 5 source feed items with about 15 fields each. Initial Feed refresh sucessfully creates 5 nodes as expected. Now change the value of any field in the source CSV file for a given feed item, and then refresh the feed. Now there are 6 nodes. New one reflects updated field.
Was expecting that the existing node and it's associated field-value would be updated, without a new node being created.
Is this by design or is it a bug?
Comments
Comment #1
aron novakWell, first, it's not FeedaPI. it's a separate project.
At first sight, I think this is by design.
Imagine that how you can assign an unique identifier to a CSV line?
Comment #2
alex_b commentedThis happens because CSV Parser uses an md5 hash of a line in CSV to determine whether an item is unique or not.
This issue should be addressed with:
#368561: Mapper for FeedAPI URL/GUID