Interface protos.google.cloud.alloydb.v1beta.ImportClusterRequest.ICsvImportOptions (2.4.0)

Properties of a CsvImportOptions.

Package

@google-cloud/alloydb

Properties

columns

columns?: (string[]|null);

CsvImportOptions columns

escapeCharacter

escapeCharacter?: (string|null);

CsvImportOptions escapeCharacter

fieldDelimiter

fieldDelimiter?: (string|null);

CsvImportOptions fieldDelimiter

quoteCharacter

quoteCharacter?: (string|null);

CsvImportOptions quoteCharacter

table

table?: (string|null);

CsvImportOptions table