Downloads

Download tar.gz 11.37 KB
MD5: 68d1f5e00ae268643d02fcffc2ce275b
SHA-1: 32792b098b8f29db230cd8099b94bbde429d66be
SHA-256: aae6f79e8e7f430021e56a69f95dcd71edbdfd0baf734e699f3ec051834eb300
Download zip 13.29 KB
MD5: 0334f057c96787605859e04f98bdcedd
SHA-1: f2c55571b43c1f3c4edcb7f1234dc4b14ac76599
SHA-256: 3bd6510d5562600b9bc66b7e39d206d859c9b98ab752fe24d0478b3e6226eb14

Release notes

Feeds Node Multisource allows you to take data from multiple different feeds and import them into the same nodes. The module provides a Feeds processor that allows you to import data into existing nodes that have been created by a "parent" feed. A child-parent relationship between feeds is created where the feed with the "Node processor" is the parent and the feeds with the "Node Multisource Processor" are the children. A child feed will never create nodes, it will simply update the nodes that have been created by the parent feed.

To use this module:
1. Install Feeds module and this module according to http://drupal.org/node/70151
2. Create a "parent" feed that uses the regular "Node processor". This feed will be the one actually creating nodes
3. Make sure "Update existing item nodes" is selected in the processor settings under "Update existing items"
4. Create a child feed that uses the "Node Multisource Processor"
5. Under the processor settings, make sure the "Destination content type" is the same as the "Content type" you set in the parent feed processor settings
6. Set up the mappings on the child feed just as you would for a regular "Node processor". Make sure you have set up a unique target that matches a parent feed unique target (This is the only way Feeds will know which node to save to)
7. Run an import on your parent feed and then run an import on your child feed. If the two feeds have content with unique targets that match, the child feed should have updated the nodes created by the parent feed with data.

Created by: andrewlevine
Created on: 8 Jul 2010 at 21:40 UTC
Last updated: 9 Jul 2010 at 00:06 UTC

Other releases