Drupal is a registered trademark of Dries Buytaert

feeds_enhanced

118 sites No security coverage
View on drupal.org

Feeds Enhanced extends Drupal's Feeds module with additional plugins that have been used in production environments. Now available as a beta release for community testing.

Provides a collection of Feeds plugins that offer enhancements for Feed Type creation, including:

  • SFTP fetcher with Key module integration for secure file transfers.
  • Unconditional HTTP fetcher that always downloads the complete feed for historical data retention.
  • INI file parser for legacy configuration files with section support.
  • Enhanced content entity processor that supports collecting field values from multiple rows into a single field, with improved error handling.
  • A Null Data fetcher / Entity Data parser combo that uses existing data as the source, allowing Feeds to be leveraged for bulk data transformation and companion entity generation.
    • Null Data fetcher: Skips fetching entirely and allows programmatic data provision.
    • Entity Data parser: Uses existing entity data as the source.

Note: This is a Beta release intended for community testing. While these plugins have been used in production environments, you may encounter issues in different configurations. Please report any bugs or feature requests to the issue queue.

Token Support Submodule

The Feeds Enhanced - Token Support submodule provides universal token expansion for all Feeds and Feed type text fields and configurations, enabling dynamic, environment-aware feed imports without custom code. Token support is available beginning with release 1.0.0-beta3.

  • Universal token expansion automatically processes tokens in ALL text fields:
    • Feed entity fields (source, label, custom fields)
    • Fetcher configurations (URLs, paths, hostnames)
    • Parser configurations
    • Processor configurations (default values, expressions)
  • Automatic integration via event subscriber - no configuration needed, just enable the module.
  • Performance optimized with session-based caching to prevent redundant token expansion.

Common Use Cases:

  • Dynamic SFTP paths by date: /exports/[date:custom:Y/m/d]/import-[date:custom:His].csv
  • Pantheon Secure Integration: 127.0.0.1:[pantheon_si_tunnel:pantheon_soip_ldap]/data.ldif (requires Panethon SI tokens module)
  • User-specific feed sources: https://api.example.com/user-[current-user:uid]/feed.json
  • Environment-aware imports: Use site tokens to adjust behavior between dev/stage/prod
  • Programmatic feed configuration: Set tokens in code, let them expand automatically during import

Addresses Community Needs: This submodule directly solves Drupal.org issues #3131079 and #3282260, which have been long-standing feature requests for token support in Feeds.

Pantheon Secure Integration: This submodule, when used in combination with the Pantheon SI Tokens module, provides a turn-key solution for leveraging Feeds for a no-code Secure Integration pipeline.

Enable with drush en feeds_enhanced_tokens -y. See the submodule's comprehensive README for detailed examples and technical documentation.

Note: This is a Beta release intended for community testing. Please report any bugs or feature requests to the issue queue.

Activity

Total releases
11
First release
Jul 2025
Latest release
1 month ago
Release cadence
20 days
Stability
0% stable

Release Timeline

Releases

Version Type Release date
1.0.0-beta10 Pre-release Jan 29, 2026
1.0.0-beta9 Pre-release Jan 29, 2026
1.0.0-beta8 Pre-release Jan 29, 2026
1.0.0-beta7 Pre-release Jan 8, 2026
1.0.0-beta6 Pre-release Jan 8, 2026
1.0.0-beta5 Pre-release Jan 6, 2026
1.0.0-beta4 Pre-release Jan 6, 2026
1.0.0-beta3 Pre-release Jan 6, 2026
1.0.0-beta2 Pre-release Jul 15, 2025
1.0.0-beta1 Pre-release Jul 15, 2025
1.0.x-dev Dev Jul 14, 2025