CsvOptions.HasAttributeNames

CsvOptions.HasAttributeNames property

속성 이름이 있는 헤더 행이 있는지 확인합니다. 기본값은true .

public bool HasAttributeNames { get; set; }

비고

의 경우trueAttributes 헤더 행에 따라 이름이 지정됩니다. 그렇지 않으면 다음과 같이 이름이 지정됩니다.field_1, field_2 등

또한보십시오