Embed presentation









Drupal Feeds is a module that allows users to import or aggregate external data like RSS feeds into Drupal as nodes, users, taxonomy terms, or simple database records. It works by fetching the external data through sources like HTTP, files, or SOAP, parsing it using formats like CSV, XML, or JSON, and then processing it into the different Drupal entity types or as custom records. Common use cases include importing RSS feeds, migrating data into Drupal from other systems, and building REST interfaces.







