Angara.Table


WriteSettings

Namespace: Angara.Data.DelimitedFile

Record Fields

Record FieldDescription
AllowNullStrings
Signature: bool

If true, writes null strings as an empty string and an empty string as double quotes (""), so that these cases could be distinguished; otherwise, if false, throws an exception if null is in a string data array.

Delimiter
Signature: Delimiter

Determines which character will delimit columns.

SaveHeader
Signature: bool

If true, the first line will contain names corresponding to the columns of the table. Otherwise, if false, the first line is a data line.

Static members

Static memberDescription
Default
Signature: WriteSettings

Uses comma as delimiter, saves a header, and disallows null strings.

CompiledName: get_Default

Fork me on GitHub