Announce: csv_xs.py

Istvan Albert ialbert at mailblocks.com
Wed Nov 10 15:00:33 EST 2004


Christian Meissner wrote:

> I had developed my own csv class which is inspired by perls csv_xs module.

What you do is not csv parsing!

You are just splitting the rows by
the separator character (a triviality).
But this character may be inside the field
enclosed within quotation characters.


Istvan.



More information about the Python-list mailing list