> For the complete documentation index, see [llms.txt](https://docs.gaiodataos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gaiodataos.com/gaio-dataos-spanish/herramientas/tareas/etl/google-spreadsheet.md).

# Google Spreadsheet

<figure><img src="/files/aiuDwWdHfeiz1Yrco7X4" alt=""><figcaption></figcaption></figure>

La tarea **Google Spreadsheet** en Gaio DataOS permite importar datos directamente desde un documento público de Google Sheets hacia tu flujo de datos. Es ideal para colaboración en tiempo real cuando los datos son gestionados externamente por otros equipos, clientes o sistemas compartidos.

***

### Cómo usar

#### 1. Abrir la tarea

Navega a: **Tasks > ETL > Google Spreadsheet**

***

#### 2. Completar los detalles de la tarea

* **Task label:** (Opcional) Nombre para identificar la tarea en el flujo (ej.: Importar Hoja de Clientes).
* **Result table:** Nombre de la tabla que será creada o actualizada con los datos importados.
* **Full URL or DOC output ID:** Proporciona el enlace público completo de la hoja o únicamente el ID del documento (ej.: `1aB2C3D4E5FgHiJ`).

{% hint style="danger" %}
La hoja debe estar configurada como pública en la web (**Cualquiera con el enlace puede ver**).

Debe estar en formato CSV (Comma Separated Values).

La primera fila debe contener los encabezados de las columnas.

Evita espacios en blanco o caracteres especiales en los nombres de columnas para mayor compatibilidad.
{% endhint %}

***

#### 3. Configurar modo de inserción (opcional)

**Insert mode: append records to table**

* **Habilitado:** Los nuevos datos se agregarán a la tabla existente.
* **Deshabilitado:** La tabla será sobrescrita con el contenido actual de la hoja.

***

#### 4. Guardar y ejecutar

Haz clic en **Save** para agregar la tarea al flujo.

Al ejecutarse, los datos de la hoja de cálculo serán descargados y cargados en la tabla especificada.

***

### Casos de uso

* Importar listas o formularios compartidos por equipos externos o clientes.
* Conectar hojas gestionadas por áreas de negocio (marketing, ventas, finanzas).
* Automatizar reportes basados en Google Sheets actualizadas manualmente.
* Integrar datos de sistemas heredados compartidos mediante Google Sheets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gaiodataos.com/gaio-dataos-spanish/herramientas/tareas/etl/google-spreadsheet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
