Click here to Skip to main content
15,890,741 members
Articles / Programming Languages / C#

CSV File Processor - Manage Comma Separated Value Files

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
31 May 2022CPOL2 min read 9.5K   250   19  
Class to manage the content of Comma Separated Value Files or to deal with Structured Tables in memory
In this tip, you will learn about fast data access via Row Index and Unique Key, Select, Insert, Update, Delete and Clear interface methods. Events on data manipulation are provided.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
Starting software design and development as student with Fortran IV and Assembler. Was working as a software professional with PEARL, Pascal, C, C++, Java and loves C# much.

Comments and Discussions