hasAttribute
The hasAttribute method checks if the specified method exists in the source table's AttributeMap.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| key> | String | The name of the attribute. |
Returns
A Boolean that is True if the specified attribute exists in the source table's AttributeMap, or False if it does not.
Examples
In this example, we create an Input Table and then print the result of a call to hasAttribute().