Languages ASP / VbScript Databases  

SplitCSV & SplitTAB - Read a CSV or Unicode Tab file properly

download download  
important code information
author:
Hunter Beanland
minimum requirements:
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.asp4Kb
splitcsv.csv6Kb
splitcsv.htm6Kb
splittab.asp4Kb
splittab.htm7Kb
splittab.txt11Kb

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.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 13
version
size in Kb 12
popularity   1126/7913374
user rating 5/10
ad


New Code
Popular Code