How To Imports using Feeds Module in drupal 7 ?

  0 comments
Share

The Feeds module is the most common way to import content and user data into Drupal.

To use Feeds, we need to install these modules:-- Feeds, Features and Job Scheduler:

Feeds Setting

  • Go to Structure > Feeds importers
  • You'll see that four default types of import are already set up: Node, User, Feed and OPML.
  • Click "Add importer" in the top-right of the screen.
  • Enter a Name and Description for your importer and click on create button.

    Create blog importer

  • You'll be have a screen with four areas on the left: Basic settings, Fetcher, Parser and Processor.

    Importer initial screen

  • Click on Settings link next to Basic settings

    Basic setting

  • Click on Change next to Fetcher.
  • Select whether you're importing from a file on your computer or from a URL.

    Fetcher

  • Click on Change next to Parser.
  • Decide exactly what import format you'd like to use:

    Parser

  • Click on Change next to Processor.
  • Decide whether your import is going into nodes, users or taxonomies:

    Processor Image

  • Click on Settings next to Processor.
  • Here you can choose more detailed settings for your import:

    Processor setting image

  • Click on Mapping next to Processor.
  • Here you can map your data with your Drupal data structure.

    Processor mapping

  • Make sure your mapping source matches the header row in your spreadsheet (not case-sensitive.)

    Excelsheet image

  • Now open http://example.com/import in your browser. You will found screen like:

    Import screen image

  • Click on Blog import or whatever your importer name. You will found screen like:

    Importer image

  • Upload your file and Click on import.
  • After sucessfully imported you will find message

    Status
    Last import: 2 sec ago.
    6 imported items total.

Add new comment