I am having a csv file like this
A, 22, 23, 12 B, 32, 4, 33 C, 34, 3 ,33
I want to print the sum and average of each row and skip the first
I just have discovered LinqToCsv library, it do all the parsing stuff and then you can query objects like collections and it supports deferred reading:
http://www.codeproject.com/Articles/25133/LINQ-to-CSV-library