fgerthoffert/CSV to Google Sheets
Upload the content of a CSV file to a Google Sheets document.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| csv_filepath | Full file path to the CSV file to be processed | yes | "" |
| gsheet_auth_email | Email of an authorized user | yes | "" |
| gsheet_auth_pkey | Private Key of an authorized user | yes | "" |
| gsheet_id | ID of the google spreadsheet to be updated | yes | "" |
| gsheet_worksheet_title | Title of the worksheet to update | yes | "" |
| gsheet_header_row | Row number of the Google Sheet containing the headers. These headers must match with the CSV headers to be populated, otherwise new ones (columns) will be added. | yes | 1 |
| gsheet_title_key | Title to be used as an ID to match with the CSV headers. | yes | Name |
| gsheet_url | URL to access the Google Sheet, only used to add this to the action summary | yes | "" |
Outputs
| name | description |
|---|---|
| gsheet_url | If provided as an input, URL to access the Google Sheet |