Sunday, June 29, 2008

CodeProject: Read text file (txt, csv, log, tab, fixed length

CodeProject: Read text file (txt, csv, log, tab, fixed length
This article is mainly focused on reading text files efficiently. It includes log, csv, tab delimited, fixed length files, etc. Instead of using StreamReader(.NET)/FileSystemObject(VB 6.0), we consider the file as a database table and read the data by querying it.

Download dotNET_Code - 1.78 KB
Download VB_Code - 788.44 KB

No comments: