Creating a Custom Table
Any custom data table can be created and loaded. What is important is to create the spreadsheet according the desired data table format.
The following is a list of the supported data types for custom tables.
Custom Table Supported Data Types
| System.SByte | System.Byte | System.Boolean | System.Char |
|---|---|---|---|
| System.Int16 | System.UInt16 | System.Int32 | System.UInt32 |
| System.Int64 | System.UInt64 | System.Single | System.Double |
| System.Decimal | System.DateTime | System.Guid | System.String |
EXAMPLE: Custom Table File Format
The following figure provides an example of a custom table import file.