I watched a tutorial on http://tutr.tv search feeds view the one done in LA. After installation my menu in feeds does not include a processor like the video? How do I import RSS feeds into the table? I figured there would be a lot of documentation on this but I have not found anything?

Comments

7wonders’s picture

Been looking into this also and think you have to wait for entity processor as per http://drupal.org/node/1033202

SharonD214@aol.com’s picture

If you figure it out, I'd like to know too because it doesn't show up for me either.

Sharon

mmagas’s picture

I'm looking for a data processor option as well

otcassetmgmt’s picture

I have been able to get past this issue because after the feed imports (as nodes) it is in the database under the 'node' table. For my use case I noticed this and have been learning MySQL to then (try and query the info I need using that) I am not that experienced of a programmer so I depend on modules and configuration for my functionality. So I guess my novice advice would be to explore your database after import then go from there. Hopefully that helps please let me know?

tassaf’s picture

Any help regarding Feeds Processor to save data into database table not to entity

imclean’s picture

@tassaf, support is likely to be done through data_entity module rather than direct integration.

See:

#1033202: [Meta] Generic entity processor
#1551430: implement hook_entity_property_info for Feeds integration

imclean’s picture

Status: Active » Closed (duplicate)
imclean’s picture

I've posted some basic instructions here