# Configurando arquivos csv no excel

Caso seu excel esteja exportando arquivos .CSV com ponto e vírgulas ao invés de vírgulas faça a seguinte configuração em seu excel:

1. Clique em **Arquivo** > **Opções** > **Avançado**.&#x20;
2. Em Opções de edição, desmarque a caixa de seleção **Usar separadores do sistema**.&#x20;
3. Para converter o arquivo do Excel para CSV delimitado vírgula, defina o separador decimal padrão como uma vírgula. Isso fará com que o Excel use um ponto e vírgula para o separador de lista (delimitador CSV):
   1. Defina o separador decimal como vírgula (,)&#x20;
   2. Defina o separador de milhares como ponto (.)

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

1. Clique **OK** para confirmar.

Depois de terminar, tente salvar seu arquivo CSV e verifique se verá uma vírgula em vez de um ponto e vírgula.


---

# Agent Instructions: 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.sapios.com.br/sapios-chat/mautic/criar-arquivo-de-contatos/configurando-arquivos-csv-no-excel.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.
