Delimited Text Options Properties
Properties
Auto |
Gets which columns in a data frame
are automatically converted to categorical variables.
(Inherited from TextOptions) |
Column | Gets the character used to separate columns. |
Column |
Gets whether the first row contains column headers.
(Inherited from TextOptions) |
Culture |
Gets the culture of the data file.
(Inherited from TextOptions) |
Date |
Gets an object that specifies how numeric values are parsed and formatted.
(Inherited from TextOptions) |
Decimal |
Gets the type used to represent numbers with decimals.
(Inherited from TextOptions) |
End | Gets the string used to terminate a line. |
Escape | Gets the character used to escape quote values. |
Format |
Gets an object that provides information on how to parse strings
and format values.
(Inherited from TextOptions) |
Inference |
Gets the number of rows used to infer the type of columns.
(Inherited from TextOptions) |
Max |
Gets the largest number of distinct
levels for a column to be considered categorical.
(Inherited from TextOptions) |
Merge | Gets the character used to separate columns. |
Number |
Gets an object that specifies how dates and times are parsed and formatted.
(Inherited from TextOptions) |
Quote | Gets a QuoteUsage value that specifies when fields should be quoted. |
Quote | Gets the character used to quote values. |
Quote | Gets the method used to represent the quote character in quoted fields. |
Row |
Gets whether the first column contains row headers.
(Inherited from TextOptions) |
Start |
Gets the 1-based index of the first row.
(Inherited from TextOptions) |