how to read a particular column value of a CSV file into a data table?
Suppose we have a CSV file with multiple columns. I want read a particular column (say orderNo) using data table and store that column into a list.So please tell me the code to be follow....
Thanks in Advance :)

Harminder SinghPosted Mar 13, 2015, 2:27 AM
Suraj SahooPosted Mar 12, 2015, 10:54 AM
Please check the below link.
This will surely be of help:
http://www.codeproject.com/Articles/9258/A-Fast-CSV-Reader
Also the below one:
http://forums.asp.net/t/2000278.aspx?Read+specific+columns+and+there+values+from+CSV+file+and+store+it+in+a+hashtable+using+C+net
Accept if helps you anyway.
Thanks