Create Table from an Excel File

Administrators and/or IT users can now create client-specific tables in the FAST Oracle database. Under normal circumstances, these tables could then be used to create custom data entry pages.

To locate the Table Builder tools, on the Queries menu, select Table Builder, then Create Table.

he two options available are:

  1. Create Table Manually

  2. Create Table from XL File

To create a table from an Excel file:

You can create a template from scratch by adding column titles, etc. or if you already have a dataset that you intend to upload into FAST from another source in an Excel file, just upload that!

 

Once your file uploads, you will be brought back to the Create Table form; now it's time to refine the table and ensure all the details are correct.

Please review the Table Builder Criteria file to ensure accuracy when validating your column details.

Once your file is uploaded:

  1. Don't forget to rename your Table Name. The default will display as the Worksheet Title from your Excel upload.

  2. You may also wish to refine your Table Comments which will default as "Create from XL file <title>.xls and worksheet <title>"

  3. You must also indicate whether or not your Table contains a Primary Key or whether you would like FAST to create one for you. This is a crucial step and if you are unsure, please stop here and contact Customer Support before moving on to the next step. Only one column can be selected as your Primary Key. If FAST creates a Primary Key column for you, this column cannot be deleted.

  4. Index: This is optional; you can choose to index one or more columns if these columns will be used as a regular Filter Option on the data entry report. It is recommended to only Index the required columns; adding too many will cause the report to run slowly and could impact the end user experience.

  5. You may also need to refine your column Data Types, Precision and Length. When uploading an Excel file, FAST will try to guess the data type, but if no data is available, a default of VARCHAR2 will be selected. You can change this to NUMBER or DATE.

  6. Precision: This field applies to Data Types of NUMBER only. This allows you to specify the number of digits that the cell will accept. We have included options to select from; if you need a number format that is not listed, please contact Customer Support so that this can be added as a client rule.

  7. Length: This field applies to Data Types of VARCHAR2 only. Key in the desired number of characters.

  8. Not Null: Select this option only if end users must populate this field before saving their data entry records. Leaving the indicator unchecked means that end users can leave the cell empty to save.

  9. Column Comments: Include up to 4000 characters as internal reference comments; these will not flow through to the data entry report.

Once all mandatory fields have been completed, click Save to review your table details.

Once you have successfully saved your Table, you are ready to Manage your tables or proceed to create a custom data entry page with the table.

Related topics