DelimitedTextOptions Fields

Fields

Csv Represents the options for reading and writing standard CSV files that include column headers.
CsvWithoutHeader Represents the options for reading and writing standard CSV files that do not include column headers.
Tsv Represents the options for reading and writing standard tab-separated values (TSV) files that include column headers.
TsvWithoutHeader Represents the options for reading and writing standard tab-separated values (TSV) files that do not include column headers.

See Also