d4463718 7635 eab5 c865 c7fdf0e58615 - akesseler/Plexdata.CsvParser GitHub Wiki
Enables or disables the header usage. Default value is true.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public bool Heading { get; set; }
Type: Boolean
The Heading property allows to control header processing behavior.
If true, then the header is written into the output. In this case the header information is taken from the column attributes. In case of a column attribute does not contain header information then the property name is taken as header instead. Otherwise, the header is excluded.