fgerthoffert/CSV to Google Sheets

Upload the content of a CSV file to a Google Sheets document.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
csv_filepathFull file path to the CSV file to be processedyes""
gsheet_auth_emailEmail of an authorized useryes""
gsheet_auth_pkeyPrivate Key of an authorized useryes""
gsheet_idID of the google spreadsheet to be updatedyes""
gsheet_worksheet_titleTitle of the worksheet to updateyes""
gsheet_header_rowRow 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.yes1
gsheet_title_keyTitle to be used as an ID to match with the CSV headers.yesName
gsheet_urlURL to access the Google Sheet, only used to add this to the action summaryyes""
namedescription
gsheet_urlIf provided as an input, URL to access the Google Sheet