On Tue, Oct 2, 2012 at 6:04 PM, Dave Stevens wrote:
I have a site I'm putting up where the client has about 500 articles that need posting. They are all short ascii text files with a simple pattern. It would save an awful lot of work if I could add them faster than cut and paste one at a time. I've been looking at the feeds module but can't tell if it would do this. Anyone have ideas or experience with a situation like this?
You could build the node object in a custom php script and then do a node_save() with the object.