This class will allow users to quickly load a CSV into a two dimensional array using a single function. Upon doing so, users can quickly manipulate the data in memory much faster than working directly with the CSV files. No connection strings are required. CSV2Array allows the loading of multiple CSV files into a single program. Current functions include the ability to load the file into an array, seek out information in the array and to write any two-dimensional array to a CSV file with the delimiter and filename of your choice. All functions in the class contain detailed usage information. More functions will be added in the near future. Written in Visual Basic using Visual Studio 10.
To use, download CSV2Array from the Files section of this page. Usage information is located in the CSV2ArrayUsage.txt file.
If you find this class useful, then please consider a donation from the wiki page.
Features
- Load unlimited CSV files into an two-dimensional array.
- Write two-dimensional array to CSV file.
- Obtain values from two-dimensional array.
- Run queries on two-dimensional array.