throwing exceptions from csv.DictReader or even csv.reader

2010-07-05 Thread Tim
Hullo Csv is a very common format for publishing data as a form of primitive integration. It's an annoyingly brittle approach, so I'd like to ensure that I capture errors as soon as possible, so that I can get the upstream processes fixed, or at worst put in some correction mechanisms and avoid

Re: throwing exceptions from csv.DictReader or even csv.reader

2010-07-05 Thread Peter Otten
Tim wrote: Csv is a very common format for publishing data as a form of primitive integration. It's an annoyingly brittle approach, so I'd like to ensure that I capture errors as soon as possible, so that I can get the upstream processes fixed, or at worst put in some correction mechanisms