This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tds333
Recipients jplaverdure, tds333
Date 2008-03-17.21:49:23
SpamBayes Score 0.13874674
Marked as misclassified No
Message-id <1205790564.16.0.0235679253949.issue2078@psf.upfronthosting.co.za>
In-reply-to
Content
The sniffer returns an dialect that is not really correct. Because the
delimiter is set to value and in this case there is no delimiter.
See it as, it returns a random delimiter if there is not really one.

But your usage of the DictReader is wrong. It have to be called with
csv.DictReader(file, dialect=dialect) and then it works in this example.

This could be closed.
History
Date User Action Args
2008-03-17 21:49:24tds333setspambayes_score: 0.138747 -> 0.13874674
recipients: + tds333, jplaverdure
2008-03-17 21:49:24tds333setspambayes_score: 0.138747 -> 0.138747
messageid: <1205790564.16.0.0235679253949.issue2078@psf.upfronthosting.co.za>
2008-03-17 21:49:23tds333linkissue2078 messages
2008-03-17 21:49:23tds333create