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

alex_b’s picture

Title: Import batch of sources at once » Batch import of sources
Status: Active » Fixed

Are 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.

WoozyDuck’s picture

Thank 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

alex_b’s picture

It is, take a look how it's done in plugins/FeedsFeedNodeProcessor.inc

WoozyDuck’s picture

The good old node_save, thank you very much for helping me

alex_b’s picture

Status: Fixed » Closed (fixed)

NP, closing.