f2afd0fa 193e a809 6f14 404c46ef413d - akesseler/Plexdata.CsvParser GitHub Wiki

CsvSettings.Mappings Property

Gets or sets the mapping to be used for value transformation. Default value is standard mapping.

Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public CsvMappings Mappings { get; set; }

Property Value

Type: CsvMappings
The mapping to be used for value transformation.

Remarks

The mapping is used to interpret values while importing respectively while exporting data. For example an imported CSV file contains 'yes' and 'no' for Boolean values. In such a case the mapping is used to tell the importer that 'yes' means 'true' and 'no' means 'false'.

See Also

Reference

CsvSettings Class
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️