API Reference

Enum

CsvParseErrorAction

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Determines how CSV parse errors are handled.

Inheritance

  • Enum
  • CsvParseErrorAction

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const CsvParseErrorAction Throw #

Throw the first parse error.

Value: 0
public const CsvParseErrorAction SkipRow #

Collect the parse error and skip the malformed record when recovery is possible.

Value: 1