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

    Class ExasolDriver

    Implements

    Index
    • Export an Exasol table or parenthesized query result to a new local CSV file.

      Node.js only.

      Parameters

      • source: string

        Source table name (optionally schema-qualified) or parenthesized query

      • filePath: string

        Path to the new local CSV file

      • OptionalcsvOptions: CsvExportFormatOptions

        Optional CSV format options

      • Optionaloptions: CsvExportOptions

        Optional export control options

      Returns Promise<number>

      Number of rows exported

    • Import data from a local CSV file into an Exasol table.

      Node.js only.

      Parameters

      • tableName: string

        Target table name (optionally schema-qualified)

      • filePath: string

        Path to the local CSV file

      • OptionalcsvOptions: CsvFormatOptions

        Optional CSV format options

      • Optionaloptions: CsvImportOptions

        Optional import control options

      Returns Promise<number>

      Number of rows imported