Python has a CSV reader/writer http://docs.python.org/release/2.5.2/lib/csv-examples.html. I would suggest you start with reading the file and printing individual rows and columns so you discover how to access them individually. Google is your friend here.
woooee 814 Nearly a Posting Maven
lrh9 commented: Answer is not correct. +0