API Reference

Class

CsvSchemaColumn

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

Describes a single column inside a CSV schema.

Inheritance

  • Object
  • CsvSchemaColumn

Usage

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

Returned or exposed by

Properties

public String Name { get; } #

Gets the column name.

public Type DataType { get; set; } #

Gets the expected data type for the column, when specified.

public Boolean IsRequired { get; set; } #

Gets a value indicating whether the column must be present and non-null.

public Object DefaultValue { get; set; } #

Gets the default value used when the field is missing or null.

public IReadOnlyList<CsvColumnRule> Validators { get; } #

Gets the validation rules attached to this column.