Remove Table Value
Description
This functor removes a data column from the given table.
Inputs
| Name | Type | Description |
|---|---|---|
| Table | Table | Table from where the new column will be removed. |
| Column Index Or Name | Index Or Name | Index or name of the data column to be removed. |
Outputs
| Name | Type | Description |
|---|---|---|
| Result | Table | The resulting table without the specified data column. |
Group
Notes
It is not possible to remove the last data column from a table.
Internal Name
RemoveTableColumn