Enum: ImportFormat

Specifies how to interpret the variable data source.

Fields

Name Description
Automatic Automatically detect the file type.
Delimited Represents a file containing data with each column delimited by a specific character.
FixedWidth Represents a file containing data with each column in a fixed-width format.