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

    Enumeration RowSeparator

    Defines the line break character.

    Index
    CR: "CR"

    Corresponds to the ASCII character 0x0d (macOS)

    CRLF: "CRLF"

    Corresponds to the ASCII characters 0x0d and 0x0a (Windows)

    LF: "LF"

    Default: corresponds to the ASCII character 0x0a (Unix/Linux)

    NONE: "NONE"

    None means no line break. This is only allowed in FBV files