OfficeIMO

API Reference

Class

CsvSchemaColumn

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

Describes a single column inside a CSV schema.

Inheritance

  • Object
  • CsvSchemaColumn

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.