Reading and modifying contects ofcsv file
I want to read a csv file which is having many columns but I want to take only the first column and would like to save the first value in a string array and also want to save the last value of the same column in another string array.
please help me in this I am new to C#