How to generate Drupal pages from CSV
This is probably common knowledge to those of you who are very familiar with Drupals variety of modules, but its new to me, so I'm posting about it!
Basically I had a list of phrases which I wanted to use to generate a bunch of Drupal pages (nodes). Not sure how to do this, I searched through a whole lot of Drupals content modules, before realizing that the Import/Export modules category would be more likely to get me a good result.
Sure enough, I soon found the Node_Import module, which can take a CSV (or tab delimited file), with all sorts of data in it, and convert it into a whole range of optional node types.
I chose simple Story nodes, as I wanted to keep it simple. Its all worked rather well so far, with only a couple of small hiccups along the way which were of no consequence.
Hope that helps some of you in your quest to master drupal.
