Interface protos.google.cloud.dataplex.v1.StorageFormat.ICsvOptions (3.7.0)

Properties of a CsvOptions.

Package

@google-cloud/dataplex

Properties

delimiter

delimiter?: (string|null);

CsvOptions delimiter

encoding

encoding?: (string|null);

CsvOptions encoding

headerRows

headerRows?: (number|null);

CsvOptions headerRows

quote

quote?: (string|null);

CsvOptions quote