Python's CSV reader

Stephan usenet.filter at gmail.com
Thu Aug 4 11:28:30 EDT 2005


Thank you all for these interesting examples and methods!

Supposing I want to use DictReader to bring in the CSV lines and tie
them to field names, (again, with alternating lines having different
fields), should I use two two DictReaders as in Christopher's example
or is there a better way?

--
Stephan




More information about the Python-list mailing list