SplitCSV & SplitTAB - Read a CSV or Unicode Tab file properly description
Obsolete - see my TextFiler class. It reads and writes delimited and fixed width files... The VBScript function 'Split' does not handle the Comma Separated Values (.csv) or Unicode Tab Delimited (.txt) formats correctly. There is more to these files than simply being comma or tab delimited. SplitCSV/SplitTAB works just like Split, except that it applies extra (standard) rules: 1. Text including commas/tabs encapsulated in double quotes are treated as 1 field ("text,text" = text,text) 2. Double quotes used in encapsulation are stripped ("text" = text) 3. 2 sets of double quotes are treated as 1 set of double quotes ("" = escaped ") 4. Text in quotes can run over several lines (contains line feeds)
File List:
splitcsv.asp
4Kb
splitcsv.csv
6Kb
splitcsv.htm
6Kb
splittab.asp
4Kb
splittab.htm
7Kb
splittab.txt
11Kb
Similar code
ASPMyAdmin For SQL Server
(Popularity: ) : ASPMyAdmin is a SQL Server front end developed by Sukalyan Chakraborty, aimed to develop it into a full featured SQL Server web front end in future for free usage. Please send your comments, feedback, bug reports and suggestions so that ... Admin Database Table
(Popularity: ) : This is one asp file that will allow you to view/add/edit/delete records in any database table. All you need to do is change a couple of parameters at the top of the file to point to your database/table/key field. I ... A Very Simple Link-Page v1.1
(Popularity: ) : Allows you to edit, update and arrange links to your link-page. Updated so now you can arrange links by any column, like in an Apache Server directory. A Very Simple Link-Page
(Popularity: ) : Allows you to edit, update and arrange links to your link-page. Updated so now you can arrange links by any column, like in an Apache Server directory.