CsvFieldConfiguration.Optional method

Determines whether this field is optional. Because of the nature of CSV and FixedWidth file formats, optional fields should only be a the end of the record.

public CsvFieldConfiguration Optional(bool optional = true)

See Also