C#C
C#3y ago
Guns

❔ CSV Read data

red,blue,green
1, 2, 3
4, 5, 6 

I have a csv file like this, using stream reader or something better if there is idk, how can i grab all the values from the column Green using a memory efficient method.

That is: I want to get 3 and 6 from the csv file
Was this page helpful?