An enumeration of the types of preset delimiters that can split a column of text into multiple columns.
Properties
Property | Type | Description |
---|---|---|
COMMA | Enum | "," delimiter. |
SEMICOLON | Enum | ";" delimiter. |
PERIOD | Enum | "." delimiter. |
SPACE | Enum | " " delimiter. |