ac52688c 89a0 4905 35bb 63348f0465fd - akesseler/Plexdata.CsvParser GitHub Wiki
Determines if the header usage is enabled or disabled. Default value is false.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public bool Heading { get; private set; }
Type: Boolean
This value influences the header processing behavior.
The header is taken over from the settings that have been provided for reading a CSV content.
CsvContainer Class
Plexdata.CsvParser.Processors Namespace
Plexdata.CsvParser.Processors.CsvReader
CsvSettings.Heading