Re: Read tab delimited ascii file

2005-05-12 Thread Swaroop C H
On 5/12/05, Irvine, Wayne D <[EMAIL PROTECTED]> wrote: > I have a tab delimited ascii/excel file formated like ... The CSV module can help you: http://docs.python.org/lib/module-csv.html HTH, -- Swaroop C H Blog: http://www.swaroopch.info Book: http://www.byteofpython.info -- http://mail.python

Read tab delimited ascii file

2005-05-11 Thread Irvine, Wayne D
Title: Read tab delimited ascii file I have a tab delimited ascii/excel file formated like LineNum  Data1    Data2…  Data423 Line001    Val1_1  Val2_1… Val423_1 Line002    Val1_2  Val2_2… Val423_2 … Linennn... I want to read the headers/column names in the first line of the file and