Tableau Hyper Data Type Conversions
This section covers data type conversions between the Trifacta Application and Tableau Hyper format.
Note
The Alteryx data types listed in this page reflect the raw data type of the converted column. Depending on the contents of the column, the Transformer Page may re-infer a different data type, when a dataset using this type of source is loaded.
Access/Read
Direct reading of Tableau Hyper data is not supported in the platform.
Publish/Write
Alteryx Data Type | Tableau Data Type | Notes |
---|---|---|
String | SqlType.text() | |
Integer | SqlType.bigInt() | |
Decimal | sqlType.doublePrecision() | |
Bool | SqlType.bool() | |
All other data types | SqlType.text() |
For more information on SqlTypes, see https://help.tableau.com/current/api/hyper_api/en-us/reference/java/index.html.