Common Issues

Last updated on
11 March 2021

Drupal 7 will no longer be supported after January 5, 2025. Learn more and find resources for Drupal 7 sites

This documentation needs work. See "Help improve this page" in the sidebar.

Just spent a couple weeks on projects involving feeds and set aside a couple hours to write this. The main purpose of this page is to thin out the issue queue support requests for Feeds 7.x-2.x and generally help with common feeds problems. Its specific to Drupal 7.x-2.x Feeds and will quickly become out of date as feeds moves through the alpha/beta process. Hope this helps someone.

Current Bugs and Common Gotchas

Issues with mapping multiple values in one field

Issues with importing files and images

Issues with character encoding and empty fields

Double quotes in CSV imports

Entity/Node Identity Issues. GUIDs, Node ids, inserts when updates expected, etc.

Special Field Types

Generally the code and issues for other field types are in that module. For example node reference and user reference field issues will be in the references module. Fields built into core will be in the feeds module.

Taxonomy

Debugging Techniques

See Readme.txt

Common Tricks

  • http://drupal.org/project/feeds_tamper. Use this to alter data before it is imported. Has trim(), regex, join, explode, html decode, etc. functionality.
  • Rerunning feed when no data has changed. Feeds will not reimport data if the hash of the item and the feed configuration have not changed. To fix this, change the name or description of your importer. See also #1296846: Re-run import with no changes

Help improve this page

Page status: Needs work

You can: