separatortype - eisclimber/ExPresS-XR GitHub Wiki
Enum in DataGatherer
Inherits from System.Enum
Type of separating csv columns.
public enum SeparatorType
{
Semicolon,
Comma,
Custom
}| Name | Description |
|---|---|
| Comma | Separate columns using a comma ,. |
| Custom | Separate columns using the provided char. |
| Semicolon | Separate columns using a semicolon ;. |