[Csv] Module question...

Skip Montanaro skip at pobox.com
Thu Jan 30 21:45:26 CET 2003


    Cliff> -1.  If it isn't sniffable, I'd end up having to write another
    Cliff> CSV parser to support the features DSV currently has.

Or approach the problem differently?  Try asking the low-level parser to
return a few rows of the file using different parameters.  The low-level
parser is fast enough that you can (given a filename) attempt to parse it
many times in fairly short order.  See what works. ;-)

Skip



More information about the Csv mailing list