I have a simple 3 column csv file and i need to exctract only the information from the first column. I was thinking of regular expressions, but i am hoping there is an easier mo
I'd go like this : load the csv file to a datatable and then handle it however i want, by column, or by row. here's a link with some directions