Thursday, March 10, 2016

Reading CSV file

Reading a CSV file is not very difficult but why reinvent the wheel? The easiest way to parse CSV file in dot net is use VB class named Microsoft.VisualBasic.FileIO.TextFieldParser



Detailed Info: http://stackoverflow.com/questions/3507498/reading-csv-file

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...