I have the need to deal using cvs.reader objects because of the order of the columnts must be preserved. But, I would like also to have the csv.DictReader object for some other reasons.
Now, is there a simple posibility to convert them between each other without having re-reading the file?