how to deserialize csv to class object C# using lumenworks csv reader

378 Views Asked by At

I am using Lumenworks csv reader to read csv file. My problem is that after reading I have to deserialize it into class object . I have more than 100 columns in csv file and 100 properties in class. Please let me know how to do this.

0

There are 0 best solutions below