> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/studio/geral-1/objetos/csv/escrever-csv.md).

# Escrever CSV

## CONFIGURAÇÃO

Para utilizar esse objeto basta ter um arquivo CSV já criado e selecionar o arquivo na configuração.

<figure><img src="/files/JQu7rXDABrMRYI1Ojr16" alt=""><figcaption><p>Layout geral do objeto</p></figcaption></figure>

**Preenchendo o objeto:**

| Campo                        | Descritivo                                                                                                                                                                                                                                                       |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Título                       | É o nome do objeto e **não precisa ser alterado**, a menos que você queira identificá-lo para facilitar a localização dele no robô, por exemplo: "Escrever CSV - Informações".                                                                                   |
| Nome Identificador do Objeto | É um identificador único do objeto e **não precisa ser alterado**, mas você pode renomear caso queira para localizá-lo mais facilmente quando for usá-lo em outros objetos. Apenas lembre-se que esse nome deve ser único e sem espaços ou caracteres especiais. |
| Arquivo                      | Opção para selecionar o arquivo CSV.                                                                                                                                                                                                                             |
| Sobrescrever Conteúdo        | Sobrescrever conteúdo já existente.                                                                                                                                                                                                                              |
| Conteúdo                     | Inserir conteúdo.                                                                                                                                                                                                                                                |

## O QUE É UM ARQUIVO CSV?

* O formato CSV é um tipo de arquivo de texto fundamental para transferência de informações entre aplicativos diferentes, como uma plataforma CRM e o Microsoft Excel. Para saber mais clique [aqui](https://rockcontent.com/br/blog/csv/).

## PRÉ-REQUISITOS

* É necessário já ter um arquivo CSV criado no seu computador.
* Caso deseje separar as informações dentro do CSV é necessário o uso de delimitador. Ex: ";" (ponto e vírgula)&#x20;

## CASOS DE USO

* Utilizar para escrever em um arquivo CSV no seu computador.
* Inserir novas informações e/ou dados dentro do seu arquivo.

## EXEMPLO

Escrever novas informações no arquivo CSV e substituir valor desejado.

<details>

<summary>ITENS UTILIZADOS NO ROBÔ</summary>

* **Objetos**: [Buscar e Substituir](/studio/geral-1/objetos/csv/buscar-e-substituir.md).

</details>

<figure><img src="/files/FEbJT8vvBBu8FBvNPMGx" alt=""><figcaption><p>Configuração Robô Exemplo Escrever CSV</p></figcaption></figure>

**PASSO 1:** Configurar Escrever CSV.

<figure><img src="/files/KRl3stHyFiQqiGo0Poa6" alt=""><figcaption><p>Configuração Escrever CSV</p></figcaption></figure>

**PASSO 2:** Configurar Buscar e Substituir.

<figure><img src="/files/Msx1plTeAcJS45QsfvE7" alt=""><figcaption><p>Configuração Buscar e Substituir</p></figcaption></figure>

**PASSO 3:** Executar o robô e verificar as ações.

<figure><img src="/files/ab8q7z2eK82Asm8YtUw0" alt=""><figcaption><p>Execução Sucesso Robô Exemplo Escrever CSV</p></figcaption></figure>

## Baixar o Robô

{% file src="/files/o42KfRYyH4ucmgXqqE0Y" %}


---

# 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.roboteasy.tech/studio/geral-1/objetos/csv/escrever-csv.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.
