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...
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
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...
- Modified
- 8 Jan at 02:45