Drupal-7: Feeds Tamper Extras (feeds_tamper_extras)

This Drupal module provides the following:

Feeds Tamper Plugins

  • PHP Plus: a rewrite of the PHP tamper plugin that gives PHP code execution to Feeds tampers. Significant differences from the original PHP tamper are: 1) PHP Plus can leave field value untouched if a NULL value is returned; 2) PHP Plus loops through multi-value imports differently and produces an array of results; 3) PHP Plus provides prior values and default values in a easily accessed arrays
  • Rewrite Plus: a rewrite of the original Rewrite tamper plugin that provides default values and allows result to be set to NULL on empty-string return.
  • Property by Property: return a property from a haystack table record based on a needle property lookup.

Automatic Feeds Importer / Tamper creator / destroyer

If you want to package some previously exported Feeds Importer and Feeds Tamper definitions, this module can find them and instantiate them automatically and then destroy them. This is a functionality that can be implemented through Features, but this method is lightweight.

3 / 2019