Overview

Last updated on
11 March 2021

This documentation needs work. See "Help improve this page" in the sidebar.

Feeds is a pluggable system for importing or aggregating content into Drupal.

Out of the box, Feeds supports:

  • import or aggregation from RSS feeds, Atom feeds, OPML files or CSV files
  • import from XML, HTML, JSON, QueryPath using Feeds extensible parsers
  • generation of users, nodes or terms
  • granular mapping (for example map the "author" column of a CSV file to a text field or map the title of an RSS feed item to a term name)
  • multiple simultaneous configurations organized in "Feed types"
  • overridable default configuration for the most common use cases
  • aggregation (periodic import) on cron
  • PubSubHubbub subscriptions

Extending Feeds

Feeds does not directly make fine-grained processing changes to incoming data (e.g. splitting a bit of text into an array). To accomplish further parsing and altering, please see Feeds Tamper and Feeds Extensible Parsers.

Help improve this page

Page status: Needs work

You can: