Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

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.