add multiple articles at once in D7?
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? Dave -- If all the advertising in the world were to shut down tomorrow, would people still go on buying more soap, eating more apples, giving their children more vitamins, roughage, milk, olive oil, scooters and laxatives, learning more languages by iPod, hearing more virtuosos by radio, re-decorating their houses, refreshing themselves with more non-alcoholic thirst-quenchers, cooking more new, appetizing dishes, affording themselves that little extra touch which means so much? Or would the whole desperate whirligig slow down, and the exhausted public relapse upon plain grub and elbow-grease? --- Dorothy L Sayers, in Murder Must Advertise
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. -- Earnie -- https://sites.google.com/site/earnieboyd
participants (2)
-
Dave Stevens -
Earnie Boyd