MAIDR Documentation - v4.4.0
    Preparing search index...

    Type Alias TableauDataType

    TableauDataType:
        | "bool"
        | "date"
        | "date-time"
        | "float"
        | "int"
        | "spatial"
        | "string"
        | "unknown"

    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.