"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> -- http://mail.python.org/mailman/listinfo/python-list