c0d52994 4861 a24b 33a6 ade8c8f65e46 - akesseler/Plexdata.CsvParser GitHub Wiki
This class provides access to all supported standard separators.
System.Object
Plexdata.CsvParser.Constants.ColumnSeparators
Namespace: Plexdata.CsvParser.Constants
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public static class ColumnSeparators
The ColumnSeparators type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
ColonSeparator | Columns are separated by a colon. This separator is not conform to the RFC 4180. |
![]() ![]() |
CommaSeparator | Columns are separated by a comma. This is the separator according to the RFC 4180. |
![]() ![]() |
DefaultSeparator | The default separator for column processing. The default separator is set to comma. |
![]() ![]() |
SemicolonSeparator | Columns are separated by a semicolon. This separator is not conform to the RFC 4180. |
![]() ![]() |
TabulatorSeparator | Columns are separated by tabulator. This separator is not conform to the RFC 4180 but could make an Excel import much easier. |
The class provides access to a subset of most used CSV column separators.