ReadRange
Read a range from a google Sheets
yaml
type: "io.kestra.plugin.googleworkspace.sheets.ReadRange"
yaml
id: googleworkspace_sheets_readrange
namespace: company.team
tasks:
- id: read_range
type: io.kestra.plugin.googleworkspace.sheets.ReadRange
spreadsheetId: "1Dkd3W0OQo-wxz1rrORLP7YGSj6EBLEg74fiTdbJUIQE"
range: "Second One!A1:I"
store: true
valueRender: FORMATTED_VALUE
Dynamic
YES
The spreadsheet unique id
Dynamic
YES
Default
UNFORMATTED_VALUE
Possible Values
FORMATTED_VALUE
UNFORMATTED_VALUE
FORMULA
Determines how values should be rendered in the output.
More details here
Dynamic
YES
Default
FORMATTED_STRING
Possible Values
SERIAL_NUMBER
FORMATTED_STRING
How dates, times, and durations should be represented in the output.
his is ignored if valueRender is FORMATTED_VALUE
.
More details here
Dynamic
YES
Default
false
Dynamic
YES
Default
true
Dynamic
YES
The range to select
Dynamic
YES
Default
120
SubType string
Dynamic
YES
Default
["https://www.googleapis.com/auth/spreadsheets"]
The GCP scopes to used
Dynamic
YES
The GCP service account key
Dynamic
YES
Default
true
List containing the fetched data
Only populated if 'fetch' parameter is set to true.
Default
0
The size of the rows fetch
Format
uri
The uri of store result
Only populated if 'store' is set to true.