Session from DrupalCamp Scotland 2014
It's quite common to require data to be transferred from an external source into Drupal. Maybe you have 100 staff records sitting in a spreadsheet that you'd rather not have to manually enter. Or maybe you need a more sophisticated setup that can import records from a 3rd party system at regular intervals. Feeds may provide the ideal solution for importing your data. This session will introduce the Feeds module from the beginning and will explain the anatomy of Feeds - importers, fetchers, parsers, processors and mappers. We will also walk through the process of setting up an import from a CSV file. Feeds can be customised using hooks and custom plugins and this session will also provide some useful info for developers by looking at how the Feeds module can be extended.