Tableau V2 Connector > Data Type Reference > Tableau and Transformation Data Types
  

Tableau and Transformation Data Types

The following table lists the supporting Tableau data types and the corresponding transformation data types:
Tableau Data Type
Transformation Data Type
Description
Integer
Integer
-2,147,483,648 to 2,147,483,647
Precision 10, scale 0
Double
Double
Double-precision floating-point numeric value.
Precision 15
Date
Date/Time
Jan 1, 0001 A.D. to Dec 31, 9999 A.D.
Precision of 29, scale of 9
(precision to nanosecond)
DateTime
Date/Time
Jan 1, 0001 A.D. to Dec 31, 9999 A.D.
Precision of 29, scale of 9
(precision to nanosecond)
unicode_string
String, Text, Bigint, or Decimal
The Cloud agent performs an implicit conversion of String, Text, Bigint, or Decimal to unicode_string:
String:
  • - 1 to 104,857,600 characters
  • - Fixed-length or varying-length string
Text:
  • - 1 to 104,857,600 characters
  • - Fixed-length or varying-length string
Bigint:
  • - 9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
  • - Precision of 19, scale of 0
  • - Integer value
Decimal:
  • - Precision 1 to 28 digits, scale 0 to 28
  • - Decimal value with declared precision and scale. Scale must be less than or equal to precision.
char_string
String, Text, Bigint, or Decimal
The Cloud agent performs an implicit conversion of String, Text, Bigint, or Decimal to char_string:
String:
  • - 1 to 104,857,600 characters
  • - Fixed-length or varying-length string
Text:
  • - 1 to 104,857,600 characters
  • - Fixed-length or varying-length string
Bigint:
  • - 9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
  • - Precision of 19, scale of 0
  • - Integer value
Decimal:
  • - Precision 1 to 28 digits, scale 0 to 28
  • - Decimal value with declared precision and scale. Scale must be less than or equal to precision.
boolean
String
1 to 104,857,600 characters. Fixed-length or varying-length string. Valid values are true and false.
duration
String
Valid values for hours are integer values between 0 and 23. Valid values for minutes and seconds are integer values between 0 and 59. If there is no value for any field, specify 0.