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 :)