tagged [csvhelper]

Handling bad CSV records in CsvHelper

Handling bad CSV records in CsvHelper I would like to be able to iterate through all records in a CSV file and add all the good records to one collection and handle all the "bad" ones separately. I do...

20 Oct at 12:7

CsvHelper: No members are mapped for type

CsvHelper: No members are mapped for type I use [CsvHelper 4.0.3](https://www.nuget.org/packages/CsvHelper/). I have a class defined like this: My .csv file, which I want t

9 Nov at 18:43

ServiceStack's HttpResult class does not properly format CSV files

ServiceStack's HttpResult class does not properly format CSV files I am trying to output a CSV file using an endpoint on a service in ServiceStack, using the HttpResult class. The CSV string itself is...

8 Jan at 02:45