GoogleApi.SQLAdmin.V1.Model.ExportContextCsvExportOptions (google_api_sql_admin v0.71.0)
View SourceOptions for exporting data as CSV. MySQL
and PostgreSQL
instances only.
Attributes
-
escapeCharacter
(type:String.t
, default:nil
) - Specifies the character that should appear before a data character that needs to be escaped. -
fieldsTerminatedBy
(type:String.t
, default:nil
) - Specifies the character that separates columns within each row (line) of the file. -
linesTerminatedBy
(type:String.t
, default:nil
) - This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values. -
quoteCharacter
(type:String.t
, default:nil
) - Specifies the quoting character to be used when a data value is quoted. -
selectQuery
(type:String.t
, default:nil
) - The select query used to extract the data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.