C
C#16mo ago
Guns

❔ CSV Read data

red,blue,green
1, 2, 3
4, 5, 6
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
2 Replies
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.