FileType

The FileType object contains the types of files that are supported for imports.

NameData TypeDescription
CSVEnumerationThe import file is formatted as in a CSV format. The results of executing a QueryDefinition are in a CSV format.
OtherEnumerationIndicates another delimiter besides a comma or a tab for an imported file.You must specify the delimiter property in order to use this property.
TABEnumerationIndicates that the information contained within an imported file is delimited by tabs.