Closed (fixed)
Project:
Feeds XPath Parser
Version:
7.x-1.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 03:16 UTC
Updated:
24 May 2012 at 19:07 UTC
I cannot figure out if I can get information out of elements, not the entirety of the element with this module.
Like if an element is this:
<abc>Another name for this: XYZ</abc>
And I just want to map whatever appears after the : to a field.
Is this possible? If not w/ Feeds XPath Parser, in conjunction with another module?
Or is this outside of XPath altogether, to parse within elements?
Okay thanks!
Comments
Comment #1
l_o_l commentedHave not been able to use it yet, but I guess this is what http://drupal.org/project/feeds_tamper was made for.
Comment #2
twistor commentedCorrect, Feeds Tamper is the way to go here. XPath can only parse within XML elements. After that, you can add a regex plugin from Feeds Tamper
That should work for you.
Comment #4
j9 commentedExcellent, thanks Gys and twistor!