> 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/criar-csv.md).

# Criar CSV

## CONFIGURAÇÃO

Para utilizar esse objeto basta configurar o diretório e o nome do arquivo desejado.

<figure><img src="/files/5m9JxJYhhAj4LY2pPUFS" 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: "Criar CSV - Banco de Dados".                                                                                   |
| 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. |
| Diretório                      | Diretório para criação do arquivo CSV.                                                                                                                                                                                                                           |
| Nome do Arquivo                | Nome do arquivo CSV a ser criado.                                                                                                                                                                                                                                |
| Limpar arquivo a cada execução | Opção para limpar o arquivo a cada execução.                                                                                                                                                                                                                     |

## 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/).

## CASOS DE USO

* Utilizar para criar um arquivo CSV no seu computador.
* Simplicidade de leitura dos dados do arquivo.
* Compatível com a maioria dos sistemas.
* Em sua automatização o arquivo mesmo com muitos dados fica mais leve e mais fácil de extrair alguma informação vital.

## EXEMPLO

Criar um arquivo CSV e manipular dados alguns dados com visualização em tela.

<details>

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

* Objetos: [Escrever CSV](/studio/geral-1/objetos/csv/escrever-csv.md).&#x20;

</details>

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

**PASSO 1:** Configurar Criar CSV.

<figure><img src="/files/4TWrXLZUbvM562wbUTru" alt=""><figcaption><p>Configuração Criar CSV</p></figcaption></figure>

**PASSO 2:** Configurar Escrever CSV.

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

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

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

## Baixar o Robô

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


---

# 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/criar-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.
