Skip to content
Snippets Groups Projects
Select Git revision
  • 3444986-empty-file-doesnt
  • 8.x-3.x default
  • 7.x-2.x
  • 6.x-1.x
  • 7.x-1.x
  • 7.x-2.0-alpha9-branch
  • twistor-multilang
  • 8.x-2.x
  • 1033202-entity-processor
  • master
  • previous/3444986-empty-file-doesnt/2025-07-09-2
  • previous/3444986-empty-file-doesnt/2025-07-09-1
  • previous/3444986-empty-file-doesnt/2025-07-09
  • 7.x-2.0
  • 8.x-3.0-beta5
  • previous/3158678-tests_only/2024-05-20
  • previous/3372368-inprogress-filesystem-grows/2023-12-16
  • previous/3390530-fix/2023-12-16
  • previous/3158678-fix/2023-08-10
  • previous/3158678-tests_only/2023-07-29
  • 8.x-3.0-beta4
  • previous/2939688-Syndication+Tests/2023-05-04-1
  • previous/2939688-File+Tests/2023-05-04-1
  • previous/2939688-Syndication+Tests/2023-05-04
  • previous/2939688-File+Tests/2023-05-04
  • previous/2939688-UserRole+Tests/2023-05-04
  • previous/3173943-row-per-property/2023-01-21
  • 8.x-3.0-beta3
  • previous/3132198-clean-queue-tasks/2022-11-08
  • previous/2907721-log-items-that/2022-10-16
30 results

feeds-3444986

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / feeds
    1 commit behind, 9 commits ahead of the upstream repository.

    Feeds

    CONTENTS OF THIS FILE

    • Introduction
    • Requirements
    • Installation
    • Configuration
    • Maintainers

    INTRODUCTION

    Feeds is the module for importing or aggregating data into nodes, users, taxonomy terms and other content entities. Data can be imported from various formats, such as CSV, JSON*, XML* and RSS feeds.

    First, site builders configure the import parameters by creating a feed type in the UI and configure how the source data maps to the fields in Drupal. Content editors can then import their source in the UI by creating a feed. Multiple feeds can exist per feed type, allowing you to import from multiple sources or allowing multiple editors to update their own content.

    You can configure Feeds to update content periodically or to import content just once. Details of how many items got imported can be found in the feeds log reports.

    • For importing from JSON and XML, you need the extension module "Feeds Extensible Parsers".

    Features

    • Create nodes, users, taxonomy terms or other content entities from import
    • One-off imports and periodic aggregation of content
    • Import or aggregate RSS/Atom feeds
    • Import or aggregate CSV files
    • Import or aggregate OPML files
    • PubSubHubbub support
    • Extensible to import any other kind of content
    • Granular mapping of input elements to Drupal content elements
    • Modify data before import (requires the Feeds Tamper module)
    • Exportable configurations
    • Batched import for large files

    Resources

    REQUIREMENTS

    This module requires no modules outside of Drupal core.

    INSTALLATION

    CONFIGURATION

    After installation, creating a new import feed in Drupal 8 requires three steps:

    1. Create a "Feed type" from Administration > Structure > Feeds (/admin/structure/feeds) that describes import parameters, such as source type (for example, CSV), frequency, etc.
    2. Map "sources" from the import data structure to "targets" of the entity (content, user, taxonomy, etc.) that you are importing to Administration > Structure > Feeds > {created feed} > Mapping (/admin/structure/feeds/*/mapping).
    3. Create a "Feed" of the "Feed type" you want (/feed/add), select source (file or url), and import actual data.

    For a complete walkthrough of configuration options and process, visit: https://drupal.org/docs/8/modules/feeds/creating-and-editing-import-feeds

    MAINTAINERS

    Current maintainers:

    Historical maintainers: