API Reference

Enum

CsvQuoteParsingMode

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

Controls how quoted CSV fields are parsed when input does not strictly follow RFC-style quoting.

Inheritance

  • Enum
  • CsvQuoteParsingMode

Usage

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

Values

public const CsvQuoteParsingMode Lenient #

Preserve the forgiving parser behavior used by PowerShell-style CSV import workflows.

Value: 0
public const CsvQuoteParsingMode Strict #

Reject malformed quoted fields instead of falling back to permissive parsing.

Value: 1