[Csv] What's our status?
Cliff Wells
LogiplexSoftware at earthlink.net
Wed Feb 26 18:32:01 CET 2003
On Wed, 2003-02-26 at 07:09, Skip Montanaro wrote:
> Guys,
>
> Are we ready to go? As you can see from the attached PEP 283 checkin
> message, Guido is hopeful.
>
> Skip
>
I'm fairly happy with the state of the csv parser and the PEP.
I'm working on csvutils.py right now. The guessDelimiter() function
from DSV isn't really the best for our purposes as it expects a fairly
fixed number of columns and we're allowing for variable columns per row.
Also, allowing spaces around delimiters is going to throw
guessQuoteChar(). I've got some ideas for fixing guessQuoteChar() but
guessDelimiter is going to need an entirely new approach (which I think
I have an idea for =)
Sorry for being a slug.
--
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308 (800) 735-0555 x308
More information about the Csv
mailing list