Wally> I have something of a csv file which has somehow been converted
    Wally> into something that looks like this...

    Wally> Is there a simple way to convert this into something a little bit
    Wally> readable?

Look at the unicode_csv_reader function in the csv module doc's examples:

    http://docs.python.org/library/csv.html#examples

-- 
Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to