Gets the function that is called when bad field data is found. A field
has bad data if it contains a quote and the field is not quoted (escaped).
You can supply your own function to do other things like logging the issue
instead of throwing an exception.
- Namespace
- CsvHelper
.Configuration - Containing Type
- CsvConfiguration
- Implements
- Property Type
- BadDataFound
Syntax
public virtual BadDataFound BadDataFound { get; set; }
Value
Type | Description |
---|---|
BadDataFound |