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.
Directing reading of Tableau Hyper data is not supported in the platform.
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.