I\'m using CSVHelper to read in lots of data
I\'m wondering if it\'s possible to read the last n columns in and transpose them to a list
n
Version 3 has support for reading and writing IEnumerable properties. You can use an IList property just like you have. You just need to specify the start index of the field.
IEnumerable
IList
Map( m => m.Attributes ).Index( 2 );