You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Import CSV to HTML ASP / File Operations
A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a means by which data is transferred from one database to another by itself can be used as input to an asp document. The following example will take virtually any CSV file and write it to an html table.