Sample of csv2html2

Back

This page is an SSI executable HTML file. If you place an SSI command as shown in the explanation page(you can be reached from the link "Back" above), the CGI generate the following table.

  Item Sun Mon Tue Wed Thu Fri Sat    
1 Tokyo on             on
2 London             on  
3 San Francisco       on on      
4 New York             on on
5 Paris     on   on       on
6 San Diego on               on
7 Boston   on   on   on   on

The data file used in this sample is as follows.

,Item,Sun,Mon,Tue,Wed,Thu,Fri,Sat
1,Tokyo,on,,,,,,,on,
2,London,,,,,,,on,,
3,San Francisco,,,,on,on,,
4,New York,,,,,,,on,on,
5,Paris,,,on,,on,,,,on
6,San Diego,on,,,,,,,,on
7,Boston,,on,,on,,on,,on,