@exasol/exasol-driver-ts
    Preparing search index...

    Enumeration TrimMode

    Defines whether spaces are removed at the border of CSV columns.

    Index
    BOTH: "TRIM"

    Trim from both sides

    LEADING: "LTRIM"

    Trim from the left

    NONE: "none"

    Default: no spaces are removed

    TRAILING: "RTRIM"

    Trim from the right