Chapter 14. Importing data

  • 14.1 Overview
  • 14.2 Essential modules for data import
  • 14.3 Overview of Feeds settings
    • 14.3.1 Basic settings
    • 14.3.2 Fetcher
      • 14.3.2.1 HTTP Fetcher
      • 14.3.2.2 File upload
    • 4.3.3 Parser
      • 14.3.3.1 Common syndication parser
      • 14.3.3.2 CSV parser
      • 14.3.3.3 HTML Xpath parser and XML Xpath parser
    • 14.3.4 Processor
      • 14.3.4.1 Node and taxonomy term processor
      • 14.3.4.2 User processor
    • 14.3.5 Mapping
      • 14.3.5.1 Unique targets
      • 14.3.5.2 Term reference fields
      • 14.3.5.3 Node reference fields
      • 14.3.5.4 Media targets
      • 14.3.5.5 Date targets
    • 14.3.6 Feeds Tamper
      • 14.3.6.1 Adding a plugin
      • 14.3.6.2 Explode
      • 14.3.6.3 Trim
      • 14.3.6.4 Rewrite
      • 14.3.6.5 Find replace / find replace REGEX
      • 14.3.6.6 HTML entity decode
      • 14.3.6.7 Convert case
      • 14.3.6.8 Strip tags
      • 14.3.6.9 Keyword filter
      • 14.3.6.10 Boolean filter
    • 14.3.7 Importing data
    • 14.3.8 Import page options
  • 14.4 Example: importing People nodes
    • 14.4.1 Source data
      14.4.2 Creating the importer and basic configuration
      14.4.3 Mapping
      14.4.4 Feeds tamper
      14.4.5 Import and cleanup
  • 14.5 Example: importing Event nodes
    • 14.5.1 Source data
      14.5.2 Creating the importer and basic configuration
      14.5.3 Mapping
      14.5.4 Feeds tamper
      14.5.5 Importing
  • 14.6 Summary