[]
        
Specifies the column format for the data in the text file that you are importing into a query table.
public enum TextParsingType
  Public Enum TextParsingType
  | Name | Description | 
|---|---|
| Delimited | Indicates that the file is delimited by delimiter characters.  | 
      
| FixedWidth | Indicates that the data in the file is arranged in columns of fixed widths.  |