Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
BigQuery
Schema
CsvOptions
Interface CsvOptions
interface
CsvOptions
{
allowJaggedRows
?:
boolean
;
allowQuotedNewlines
?:
boolean
;
encoding
?:
string
;
fieldDelimiter
?:
string
;
quote
?:
string
;
skipLeadingRows
?:
string
;
}
Index
Properties
allow
Jagged
Rows?
allow
Quoted
Newlines?
encoding?
field
Delimiter?
quote?
skip
Leading
Rows?
Properties
Optional
allow
Jagged
Rows
allowJaggedRows
?:
boolean
Optional
allow
Quoted
Newlines
allowQuotedNewlines
?:
boolean
Optional
encoding
encoding
?:
string
Optional
field
Delimiter
fieldDelimiter
?:
string
Optional
quote
quote
?:
string
Optional
skip
Leading
Rows
skipLeadingRows
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Jagged
Rows
allow
Quoted
Newlines
encoding
field
Delimiter
quote
skip
Leading
Rows
Google Apps Script API
Loading...