Page tree

Release 8.7.1


Contents:

   

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.

Import

Avro

Data Type

Alteryx Data Type

Notes
stringString  
intInteger 
longInteger  
floatDecimal 
doubleDecimal 
booleanBool 
mapObject 
arrayArray 
recordObject 
enumString 
fixedString  

Export

On export, Alteryx data types are exported to their corresponding Avro types, with the following specific mappings: 

Alteryx Data Type
Avro Data TypeNotes
BooleanBOOLEAN
IntegerLONG 
DecimalDOUBLE 
StringSTRING 

The fallback data type on export is STRING.

This page has no comments.