Closed briandconnelly closed 13 years ago
Done in all actions that write CSV files. These are in the process of being converted to DictWriter and will be pushed shortly.
Also, from now on, comments aren't supported in CSV files. They aren't a part of the specification, so I don't want to introduce potential problems with any software used for reading them.
Headers should be uncommented. Check if they have to be in the first line, or if they can be preceded by comments.