yaml
type: "io.kestra.plugin.googleworkspace.sheets.Load"
yaml
   id: googleworkspace_sheets_load
namespace: company.team

inputs:
  - id: file
    type: FILE
  - id: serviceAccount
    type: STRING

tasks:
  - id: load_data
    type: io.kestra.plugin.googleworkspace.sheets.Load
    from: "{{ inputs.file }}"
    spreadsheetId: xxxxxxxxxxxxxxxxx
    range: Sheet2
    serviceAccount: "{{ inputs.serviceAccount }}"
    csvOptions:
      fieldDelimiter: ";"
Properties
Default{ "fieldDelimiter": ",", "encoding": "UTF-8" }
Definitions
encodingstring
DefaultUTF-8
fieldDelimiterstring
Default,
quotestring
skipLeadingRowsintegerstring
Possible Values
IONCSVAVROPARQUETORCJSON
Defaultfalse
DefaultUPDATE
Possible Values
UPDATEOVERWRITEAPPEND
DefaultSheet1
Default120
SubTypestring
Default["https://www.googleapis.com/auth/spreadsheets"]
Default0
Default0