Download & Extend

feeds_node_multisource 6.x-1.x-dev

Download Size md5 hash
feeds_node_multisource-6.x-1.x-dev.tar.gz 10.34 KB bf1b72140b4660d2110ed92fc7d0bb6e
feeds_node_multisource-6.x-1.x-dev.zip 12.21 KB 2af923d410836581513da2153125e0ea
Last updated: February 25, 2011 - 07:34
Development snapshot from branch: master

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.

nobody click here