Closed (duplicate)
Project:
Data
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Jan 2012 at 01:19 UTC
Updated:
19 Dec 2012 at 22:14 UTC
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
Comment #1
7wonders commentedBeen looking into this also and think you have to wait for entity processor as per http://drupal.org/node/1033202
Comment #2
SharonD214@aol.com commentedIf you figure it out, I'd like to know too because it doesn't show up for me either.
Sharon
Comment #3
imclean commentedSee the following issues:
#1420490: Data Processor for 7.x
#1342294: add a module to create entity types and entities from tables
#1363600: fix FieldAPI admin UI paths
Comment #4
mmagas commentedI'm looking for a data processor option as well
Comment #5
otcassetmgmt commentedI 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?
Comment #6
tassaf commentedAny help regarding Feeds Processor to save data into database table not to entity
Comment #7
imclean commented@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
Comment #8
imclean commentedThis has been completed.
#1551430: implement hook_entity_property_info for Feeds integration
Comment #9
imclean commentedI've posted some basic instructions here