Change Field Type
- Author: O.Conrad (c) 2012
- Menu: Table | Tools
Description
With this tool you can change the data type of a table's attribute field.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Table | table, input | TABLE | - | - |
Output | Output | table, output, optional | OUTPUT | - | - |
Options | Field | table field | FIELD | - | - |
Data Type | data type | TYPE | - | Available Choices:
[0] string
[1] date
[2] color
[3] unsigned 1 byte integer
[4] signed 1 byte integer
[5] unsigned 2 byte integer
[6] signed 2 byte integer
[7] unsigned 4 byte integer
[8] signed 4 byte integer
[9] unsigned 8 byte integer
[10] signed 8 byte integer
[11] 4 byte floating point number
[12] 8 byte floating point number
[13] binary
Default: 0 |
Command Line
Usage: saga_cmd table_tools 7 [-TABLE ] [-FIELD ] [-OUTPUT ] [-TYPE ]
-TABLE: Table
table, input
-FIELD: Field
table field
-OUTPUT: Output
table, output, optional
-TYPE: Data Type
data type
Available Choices:
[0] string
[1] date
[2] color
[3] unsigned 1 byte integer
[4] signed 1 byte integer
[5] unsigned 2 byte integer
[6] signed 2 byte integer
[7] unsigned 4 byte integer
[8] signed 4 byte integer
[9] unsigned 8 byte integer
[10] signed 8 byte integer
[11] 4 byte floating point number
[12] 8 byte floating point number
[13] binary
Default: 0