CsvHelperSettings.

SkipEmptyRecords Property

Summary

Gets or sets a value indicating whether empty rows should be skipped when reading. A record is considered empty if all fields are empty.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool SkipEmptyRecords { get; set; }

Value

Type Description
bool true if [skip empty rows]; otherwise, false.