Message98421
Comment lines in csv data may be common in some areas, but they are not part of any standard, and they are not the only possible extension to csv files (for example: ignore empty lines, or a terminal \ for line continuation...)
Currently all members of Dialect deal with the format of the records, not with the extraction of records from the file. (lineterminator is used only when writing).
The "CommentedFile" filter above is a good recipe for all cases, and is easy to use. I recommend closing this issue. |
|
Date |
User |
Action |
Args |
2010-01-27 13:17:07 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, skip.montanaro, rhettinger, andrewmcnamara, iain_haslam, Mario.Fasold |
2010-01-27 13:17:05 | amaury.forgeotdarc | set | messageid: <1264598225.6.0.646823439721.issue1225769@psf.upfronthosting.co.za> |
2010-01-27 13:17:03 | amaury.forgeotdarc | link | issue1225769 messages |
2010-01-27 13:17:02 | amaury.forgeotdarc | create | |
|