creating a list from a inconsistent text file

Mike Kent mrmakent at cox.net
Fri May 2 10:44:44 EDT 2008


On May 2, 9:47 am, Jetus <stevegi... at gmail.com> wrote:

> Hello Marc;
> Thanks for the input! I am worried about the comma in the "" data
> items, how do I tell Python to look for the "" data first, then use
> the comma separator?

Marc has already given you the correct answer.  You really should read
up on the csv module.



More information about the Python-list mailing list