Closed (fixed)
Project:
Feeds
Version:
7.x-2.0-alpha4
Component:
Feeds Import
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 16:53 UTC
Updated:
23 Feb 2012 at 19:00 UTC
I have a XML feed coming from an external source. I need to ingest this into a custom table ( or existing nodes) in same format it comes in. Basically map the XML elements into columns in that custom table. Any help would be appreciated? I have looked into feeds documentation but did not find anything.
Comments
Comment #1
dooug commentedSupport requests are never critical priority: http://drupal.org/node/45111 http://drupal.org/node/73179
Checkout the Feeds documentation: http://drupal.org/node/856644
Feeds Xpath Parser should do the trick for importing from XML: http://drupal.org/project/feeds_xpathparser
If this doesn't provide answers to your question, then provide more detail by exporting your feed importer with the Features module and posting the code.