Browsing text ; Python the right tool?

beliavsky at aol.com beliavsky at aol.com
Tue Jan 25 12:40:35 EST 2005


Here is an elementary suggestion. It would not be difficult to write a
Python script to make a csv file from your text files, adding commas at
the appropriate places to separate fields. Then the csv file can be
browsed in Excel (or some other spreadsheet). A0 and C1 records could
be written to separate csv files.

There are Python programs to create Excel spreadsheets, and they could
be used to format the data in more sophisticated ways.




More information about the Python-list mailing list