Need help converting text to csv format

Thorsten Kampe thorsten at thorstenkampe.de
Sat Nov 22 10:34:54 EST 2008


* Chuck Connors (Fri, 21 Nov 2008 08:10:09 -0800 (PST))
> Wow!  What a change in direction from the previous post.  Thank you
> both for the help and the explanations.  This will work great!

No, it will not. For manipulating CSV data in Python you use the 
(*tada*) CSV module ("import csv"). The Python doc tells you how to use 
it. Even being a PHP programmer doesn't excuse asking stupid questions.

Thorsten



More information about the Python-list mailing list