Closed (duplicate)
Project:
Feeds Tamper
Version:
7.x-1.0-beta4
Component:
Plugins
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2012 at 21:14 UTC
Updated:
13 Oct 2012 at 07:16 UTC
I just updated Feeds module to the latest beta. After importing a CSV to a feed set to "Update existing nodes", a mapping that is set to explode piped values into multi-value text field, has 1 extra value. The database records also look strange in that the first value does not have a text format and the last value is NULL with a text format.
I was going to write a simpletest for this as an example, but I can't seem to get Feeds tests to work correctly. Feeds is borked and then creating a field instance doesn't seem to actually get recognized by Feeds UI during the test as well.
Example db output:
| delta | field_blah_value | field_blah_format |
|---|---|---|
| 0 | Blah | NULL |
| 1 | Blah blah | plain_text |
| 2 | NULL | plain_text |
Comments
Comment #1
twistor commented#1807920: Imported nodes have NULL format