I have a method that cycles through a csv file to find the closest data point to co-ordinates the user has entered, and I have set rowCounter
to keep track of which row of data I will need, however I can't find how I can use CsvHelper to read the 3rd column of the 48th row for example.
Thanks.