Luke Paireepinart wrote:
> csv is comma-separated values, right?
> you should be able to just do a string replace of tabs -> commas on each 
> line in the new file...
> or is the csv format more complicated than that?

Yes, it is more complicated than that because the data itself may 
contain commas.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to