If you've ever been part of a site migration project, then you probably understand the challenges that come with moving a large amount of data. Now, for the sake of comparison I'm going to assume that you've already cleaned up your data and have it ready to import from something like a .txt or .csv file. Personally, I've built numerous affiliate product sites and a couple of e-commerce and so I know that getting the data in a suitable format can be challenging.
Historically I've used Node Import, but while the functionality was decent; one little mistake and you had to start the tedious 8 step process all over again. Get to the final step and fail a few times in a row and you'll start to get pretty frustrated.
Now for some reason it hit me the other day that the Feeds module would import from a .csv file and I thought I'd give it a try. To my surprise, it was actually easier than I anticipated; so here's just a synopsis of my findings.
As with any new tool in Drupal, it typically takes a little trial and error for me to get my hands around exactly how to set it up. I did watch a couple of video screen casts, but the information was pretty basic and didn't really help me address some of this issues I mentioned above. Hopefully you've not got a little better understanding of some of the problems you might encounter and will be better equipped to get yours right the first time!

If you enjoy our content, please consider subscribing through RSS, so you can read our posts in your application of choice.