I am importing an extremely simple feed - title | description | georss:point.....is it really the case that one simple data cannot be extracted and mapped to an appropriate target? The module works great but I can't believe there is no way to make use of that common data....

Has anyone been able to make this work or have I missed something scraping through these issue boards....

Thanks in advance.

Comments

alex_b’s picture

Do you use common syndication or simplepie parser? Can you post (a sample of) the feed?

icametoplay-1’s picture

I have tried both. No matter what settings I choose the is never visible to the parser or processor.

The feed looks like this -

<item><title><![CDATA[Example Title]]></title><description><![CDATA[Example Description]]></description><link>http://examplelink.com/example</link><pubDate>Sun, 31 Jan 2010 15:31:55 EST</pubDate><guid>http://example.com/date</guid><georss:point>39.2943 -76.6143</georss:point></item>

thanks

icametoplay-1’s picture

alex-

I am hoping - based on your first response that I have in fact simply over looked something. This data is critical to the project and is really at a stand still unless I can figure out how to do something meaningful with the georss point.

Hoping someone has some insight - or experience - here....

Thanks again -

icametoplay-1’s picture

Ok I finally figured it out - for everyone's information - the latest version of SimplePie has a regression and will not work - use version 1.13. Now.....to figure out why I can't actually map the data I can finally see to a useful location...

alex_b’s picture

Title: No georss : point import.....really? » SimplePie > 1.13 does not parse GeoRSS

#4 - did you open/find an issue on http://github.com/rmccue/simplepie/issues ?

icametoplay-1’s picture

Yes, after much investigation that is where I found it - not related directly to Drupal but noted as a regression related specifically to that tag/data. I posted here just for FYI purposes in case anyone else picked up this module and did what I did which was use the latest .inc file. If I have a moment I will try and find the specific link again and post it for info purposes.....

BUT-you changed the title of the post incorrectly - I said that you SHOULD use Version 1.13 and NOT 1.2....

Thanks-

alex_b’s picture

Care to post a link to the specific issue?

icametoplay-1’s picture

This is where it started - http://github.com/rmccue/simplepie/issuesearch?state=open&q=georss#issue/53

As I said - not directly related - but the result was the same. 1.2 does not work (at least for me) 1.13 does.

alex_b’s picture

Component: Miscellaneous » Code
Category: support » bug

Keeping this around for reference.

teckcrew1’s picture

Hello!

I am trying to use the Location Feeds mapper. It is exactly what I was looking for. I am importing images from Flickr that have a tags like this:

<entry>
    <title>Craftsman Tour 020</title>
    <link rel="alternate" type="text/html" href="http://www.flickr.com/photos/craftsmanbungalow/4629289636/in/set-72157624112370986/"/>
    <id>tag:flickr.com,2005:/photo/4629289636/in/set-72157624112370986</id>
    <published>2010-05-22T22:58:38Z</published>
    <updated>2010-05-22T22:58:38Z</updated>
    <dc:date.Taken>2008-09-26T14:48:02-08:00</dc:date.Taken>
    <content type="html">			&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/people/craftsmanbungalow/&quot;&gt;bungalowfanatic&lt;/a&gt; posted a photo:&lt;/p&gt;
	

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/craftsmanbungalow/4629289636/&quot; title=&quot;Craftsman Tour 020&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3414/4629289636_fe4f8217ed_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;Craftsman Tour 020&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


</content>
    <author>
      <name>bungalowfanatic</name>
      <uri>http://www.flickr.com/people/craftsmanbungalow/</uri>
      <flickr:nsid>39541738@N02</flickr:nsid>
    </author>
    <link rel="enclosure" type="image/jpeg" href="http://farm4.static.flickr.com/3414/4629289636_0d19e533fb_o.jpg" />
    <category term="craftsmantour" scheme="http://www.flickr.com/photos/tags/" />
    <georss:point>32.726474 -97.341972</georss:point>
    <geo:lat>32.726474</geo:lat>
    <geo:long>-97.341972</geo:long>
    <woe:woeid>55805688</woe:woeid>
  </entry>

However, when I go to Map it on the Feeds config page, I see there is a new Target field that I presume I need to use called: location module:locations georss:point , but there is no Source field with GEORSS ... Which SOURCE field do I use to map this??

I read above that the simplepie parser should pick these up, but they are not. I tried downloading 1.13. I don't have the georss source fields available in the mapping drop down...

Any help would e greatly appreciated!

Thanks.

teckcrew1’s picture

Doesn't anyone have any ideas on the questions I asked above???

icametoplay-1’s picture

I actually ended up going to back to FeedAPI and using the FeedAPI_mapper module to directly map elements.

twistor’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing out old issues.