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" }
Possible Values
IONCSVAVROPARQUETORCJSON
Default false
Default UPDATE
Possible Values
UPDATEOVERWRITEAPPEND
Default Sheet1
Default 120
SubType string
Default ["https://www.googleapis.com/auth/spreadsheets"]
Default 0
Default 0
Default UTF-8
Default ,