Drupal is a registered trademark of Dries Buytaert
cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.15 Minor update available for module linkit (7.0.15). views_data_export 8.x-1.10 Minor update available for module views_data_export (8.x-1.10).

Feeds Tamper Filtering lets you skip feed items during import based on their field values, using grouped conditions with full AND / OR logic — for example, "skip items where (status = closed AND department = Legal) OR amount > 100000".

It adds a Filtering section directly to a feed type's existing Tamper page, so filtering lives right alongside your other Tamper configuration. No code required.

Why this module?

The Tamper module can blank out a single field value (Skip on empty) or filter on one field (Keyword filter), but it can't drop a whole item based on a combination of conditions across multiple fields. This module fills that gap.

Crucially, filtering runs after all Tamper plugins have executed, so your conditions are evaluated against the final, tampered values — not the raw source data.

Features

  • Grouped conditions with arbitrary AND/OR nesting: (A AND B) OR C.
  • 14 operators: equals, does not equal, contains, does not contain, starts with, ends with, in list, matches regex, greater/less than (and or-equal variants), is empty, is not empty.
  • Multi-value source support — a condition matches when any value satisfies it.
  • Invert / allowlist mode — keep only the items that match, dropping the rest.
  • Runs after Tamper, so you can filter on transformed values.
  • No new admin pages — settings appear on the feed type's Tamper tab and are stored in the feed type's third-party settings (exportable as config).
  • Point-and-click UI with add/remove controls for groups and conditions.

How it works

The module repoints the Feeds Tamper list form to a subclass that adds the Filtering UI, and registers an event subscriber on the Feeds parse event at a priority just below Feeds Tamper. Matching items are removed from the import via Feeds' own SkipItemException. The matching logic is a small, dependency-free service, so it's easy to test and reason about.

Requirements

Installation

Install as you would any module, then visit any feed type's Tamper tab and open the Filtering section.

Activity

Total releases
2
First release
May 2026
Latest release
22 hours ago
Release cadence
0 days
Stability
0% stable

Releases

Version Type Release date
2.0.0-beta1 Pre-release May 27, 2026
2.x-dev Dev May 27, 2026