CsvOptions.HasAttributeNames

CsvOptions.HasAttributeNames property

Determines if a header row with attribute names exists. Default is true.

public bool HasAttributeNames { get; set; }

Remarks

In case of true a Attributes will be named according to the header row. Otherwise it will be named as: field_1, field_2, etc.

See Also