Monika Jisswel wrote:
Emile is right, in python you can do most of the stuff yourself by hand coding it, or you can use pre-made bullet proof and ready to go modules, here you can go for the csv module that comes part of the standard library.


Yes -- and you'll avoid the pitfalls of dealing with embedded commas and quotes in the data. CSV can be messy. See http://en.wikipedia.org/wiki/Comma-separated_values for an overview of csv file content.

Emile

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to