MAIDR Documentation - v4.4.0
    Preparing search index...
    • Read a cell as a date.

      Only a real Date is accepted. Parsing a string into a calendar is the kind of confident guess this adapter refuses: a date-part column's text is "Q3 2021" as often as it is an ISO stamp, and a wrong parse would select the wrong marks in the viz.

      Parameters

      • value: TableauDataValue | undefined

        The cell, or undefined for an unmatched column.

      Returns Date | null

      The date, or null when the cell is a gap or is not a date.