Values of Tableau's DataType enum, as they appear on Column.dataType.
These are the enum's values, not the prose names used in the reference
tables — date-time rather than "datetime", int rather than "integer".
fields.ts compares against them directly, so the distinction matters.
Values of Tableau's
DataTypeenum, as they appear onColumn.dataType.These are the enum's values, not the prose names used in the reference tables —
date-timerather than "datetime",intrather than "integer".fields.tscompares against them directly, so the distinction matters.