High level csv reader

George Sakkis george.sakkis at gmail.com
Wed Nov 1 01:11:04 EST 2006


It occured to me that most times I read a csv file, I'm often doing
from scratch things like assigning labels to columns, mapping fields to
the appropriate type, ignoring some fields, changing their order, etc.
Before I go on and reinvent the wheel, is there a generic high level
wrapper around csv.reader that does all this ?

Thanks,
George




More information about the Python-list mailing list