how can i change the text delimiter

Fredrik Lundh fredrik at pythonware.com
Wed Aug 30 08:07:00 EDT 2006


"sonald" wrote:

> fast csv is the the csv module for Python...

no, it's not.  the csv module for Python is called "csv".

> and actually the string cannot be modified because
> it is received from a third party and we are not supposed to modify the
> data in any way..

that doesn't prevent you from using Python to modify it before you pass it to
the csv parser, though.

> for details on the fast CSV module please visit
>
> www.object-craft.com.au/projects/csv/ or

that module is called "csv", not "fastcsv".  and as it says on that page, a much
improved version of that module was added to Python in version 2.3.

what Python version are you using?

</F> 






More information about the Python-list mailing list