My client is using Feeds on a regular basis to create and update content with a CSV file. The "Explode" tamper is being used and we are finding that when a field is left blank in the CSV during an "update" event, the importer is deleting the values. Core Feed plugins check for empty values and skip them during an Update event. We need the Explode tamper plugin to skip past empty fields.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

focal55’s picture

Here is a patch that should fix this on the Explode plugin.

twistor’s picture

Status: Active » Closed (works as designed)

Removing the field value is the correct behavior. A non-existent value is an empty value. Either way, this was a Feeds problem that has now been fixed. You were relying on incorrect behavior on Feeds.