1139da5e ae53 d842 9c8d ad42f9aac115 - akesseler/Plexdata.CsvParser GitHub Wiki
Columns are separated by a semicolon. This separator is not conform to the RFC 4180.
Namespace: Plexdata.CsvParser.Constants
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public const char SemicolonSeparator = ';'
Type: Char
A line in a CSV file could look like as follows:
true;17:23:42;"That's the time."
ColumnSeparators Class
Plexdata.CsvParser.Constants Namespace