BadDataFound Property
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
IParserConfiguration
Property Type
BadDataFound

Syntax

BadDataFound BadDataFound { get; }

Value

Type Description
BadDataFound