Hi
Is there any feature or option ( I couldn't find it ) to import a batch of sources (using CVS maybe) so feeds can read from them?
currently I can only insert them one by one using IMPORT menu.
Many thanks
Hi
Is there any feature or option ( I couldn't find it ) to import a batch of sources (using CVS maybe) so feeds can read from them?
currently I can only insert them one by one using IMPORT menu.
Many thanks
Comments
Comment #1
alex_b commentedAre you looking for importing a batch of URLs that are then turned into separate feed nodes?
This is possible, did you try the OPML importer included in the Feeds defaults module (shipping with Feeds)? It creates feed nodes from OPML. You can reconfigure it to accept CVS instead of OPML.
Comment #2
WoozyDuck commentedThank you for your reply.
That is correct, I am looking forward to find a way that I can import a bunch of feeds URLs (instead of adding them one by one) and turn them into separate feed nodes.
I have actually tried to import them using CSV and it worked just great.
Thank you for your great module.
Just one more question regarding the same thing.
Would it be possible to create a "Feed Node" using codes?
Imaging I have a huge database and I want to import every record as a "Feed Node"
I would like to read them one by one, and create a Feed Node
Comment #3
alex_b commentedIt is, take a look how it's done in plugins/FeedsFeedNodeProcessor.inc
Comment #4
WoozyDuck commentedThe good old node_save, thank you very much for helping me
Comment #5
alex_b commentedNP, closing.