LineBreakInQuotedFieldIsBadData Property
Gets a value indicating if a line break found in a quote field should be considered bad data. true to consider a line break bad data, otherwise false. Defaults to false.
Namespace
CsvHelper.Configuration
Containing Type
CsvConfiguration
Implements
Property Type
bool

Syntax

public virtual bool LineBreakInQuotedFieldIsBadData { get; set; }

Value

Type Description
bool