967d64f7 1524 9be5 f94a 1be60dbe1a43 - akesseler/Plexdata.CsvParser GitHub Wiki
Enables or disables the exactly mode. 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 Exactly { get; set; }
Type: Boolean
True if the exactly mode is enabled, and false otherwise.
If true, then the column heading as well as the column order must exactly fit the data type definition, but only if heading mode is enabled as well.
Furthermore, exactly treatment also applies to data type conversion. For example, an exceptions is thrown if exactly mode is enabled and one of the imported data items could not be converted.
The exactly treatment is only relevant for a CSV data import.