{"id":19633279,"url":"https://github.com/quipper/embulk-output-google_sheets","last_synced_at":"2025-04-28T07:30:46.122Z","repository":{"id":40411637,"uuid":"268978606","full_name":"quipper/embulk-output-google_sheets","owner":"quipper","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-10T10:37:52.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-05T07:33:00.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quipper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T03:19:37.000Z","updated_at":"2024-12-05T01:25:28.000Z","dependencies_parsed_at":"2022-08-09T19:40:25.801Z","dependency_job_id":null,"html_url":"https://github.com/quipper/embulk-output-google_sheets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fembulk-output-google_sheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fembulk-output-google_sheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fembulk-output-google_sheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fembulk-output-google_sheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quipper","download_url":"https://codeload.github.com/quipper/embulk-output-google_sheets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251271082,"owners_count":21562487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T12:16:53.385Z","updated_at":"2025-04-28T07:30:45.529Z","avatar_url":"https://github.com/quipper.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Sheets output plugin for Embulk\n\nEmbulk output plugin to insert data into Google Sheets\n\n\n## Overview\ninsert data into Google Sheets using [Google Sheets API v4](https://developers.google.com/sheets/api).\n\n\n* **Plugin type**: output\n* **Load all or nothing**: no\n* **Resume supported**: no\n* **Cleanup supported**: yes\n\n## Configuration\n\n|  name  |  type  | required? | default | description |\n| ---- | ---- | ---- | ---- | ----|\n|  spreadsheet_id  | string | required | |\n|  credentials_file_path  | string | required | nil |\n|  range  | string | optional | 'Sheet1:A1' |\n|  mode  | string | optional | 'REPLACE' | 'APPEND' or 'REPLACE' |\n|  header_line | bool | optional | true | true or false |\n\n## Example\n\n```\nout:\n  type: google_sheets\n  spreadsheet_id: {{ env.SPREADSHEET_ID }}\n  credentials_file_path: /path/to/credential_file\n  mode: REPLACE\n  header_line: true\n```\n\n## Build\n\n```\n$ rake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fembulk-output-google_sheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquipper%2Fembulk-output-google_sheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fembulk-output-google_sheets/lists"}