TSV to HTML

Dan M dan at catfolks.net
Wed May 31 17:24:48 EDT 2006


> 1) in the code define a css
> 2) use a regex to extract the info between tabs

In place of this, you might want to look at
http://effbot.org/librarybook/csv.htm
Around the middle of that page you'll see how to use a delimiter other
than a comma

> 3) wrap the values in the appropriate tags and insert into table. 4)
> write the .html file
> 
> Thanks again for your patience,
> Brian




More information about the Python-list mailing list