Selection | Description |
Local File System | Select if the Excel file is on the local file system. With this option, you can select one, more, or all the files in a directory. You can also select all the directories and all the files of the same type in those directories to introspect all Excel spreadsheets at the same time. Specify the root path to begin the search for the files on the local file system. Root path is the absolute path to the root directory where the files reside. |
URL | For TDV running on UNIX operating systems, you can add an Excel file located on the local machine with a URL file protocol like the following: file:///usr/name/folder/excel_filename.xls The directory containing the source Excel file must be mounted to the UNIX server hosting TDV. For example if the computer directory 10.1.2.199/d$/public contains the Excel file, it could be mounted as /root/public. The Excel file could be accessed with a file URL like: file:///root/public/folder/excel_filename.xls |
Element | Description |
Character Set | Character encoding type. See Supported Character Encoding Types. |
Data Range | Enter the value that indicates the data range you want to introspect. |
Blank Column Type | Choose the data type to apply to blank columns: Varchar, Double, Boolean, or Datetime. |
Has Header Row | Check if the first row of all the introspected Excel sheets has a row of column names. If it is not selected, the first row of each Excel data sheet is introspected as a data row and the column names are: COL1, COL2, COL3. After the connection is established and the Excel files are introspected, each sheet is made available as a TABLE that can be defined as having or not having a header row independently of the original schema header row setting. |
Columns in Every Row Use Format Categories of Columns in First Row | Check to introspect the data in every row formatted as specified in the first row. |
Ignore Invalid Data | Check to ignore invalid data. |
Introspect with Formatted Display Values instead of Actual Values | Check to introspect the formatted display values. |
Blank Value as Null Value | Check to introspect blank values as null values. |