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

twistor’s picture

Status: Active » Closed (duplicate)