8439c90b 6d22 8361 c864 c6f1f12e3fc0 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets currently applied value mappings. Default value is standard mapping.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public CsvMappings Mappings { get; private set; }
Type: CsvMappings
The mapping to be used for value transformation.
The mappings value 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.Mappings