Page tree

Release 9.2


Contents:

   

This section covers data type conversions between the Designer Cloud® 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

Directing reading of Tableau Hyper data is not supported in the platform.

Publish/Write

Alteryx Data Type
Tableau Data TypeNotes
StringSqlType.text() 
IntegerSqlType.bigInt() 
DecimalsqlType.doublePrecision() 
BoolSqlType.bool() 
All other data typesSqlType.text() 

For more information on SqlTypes, see https://help.tableau.com/current/api/hyper_api/en-us/reference/java/index.html.

See Also for Tableau Hyper Data Type Conversions:

This page has no comments.