> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/walkthroughs/integration-tableau/lier-les-donnees-a-tableau.md).

# Lier les données à Tableau

## 🌐 Lier les données à la version web de Tableau

Pour la version web de Tableau, nous utiliserons le fichier CSV contenant les données des répondants. Pour ce faire, vous devez générer le fichier CSV de données puis le téléverser depuis votre appareil vers l'outil en ligne.

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

1. **Générez le fichier CSV depuis ngSurvey :**

* Allez à la [**Exportation de données** ](/fr/form-management/data-export.md)dans la barre d'outils verticale à gauche.&#x20;
* Appuyez sur [**CSV** ](/fr/form-management/data-export/data-exports/csv-excel.md)pour générer l’exportation de données en vue du téléchargement.&#x20;

2. **Connectez-vous à Tableau Online :**

* Allez sur le site Tableau Online et connectez-vous à votre compte.

<figure><img src="/files/71715b2bca4abbc46afed2886910c8bcba4ef96d" alt=""><figcaption></figcaption></figure>

3. **Créez un nouveau classeur :**

* Dans Tableau Online, accédez à votre **Espace personnel** ou **Projet**.
* Cliquez sur le **Créer un classeur**.

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

4. **Connectez le fichier CSV à Tableau :**

* Dans la fenêtre Connect to data, choisissez le **Fichiers** .
* **Glissez-déposez** ou **Téléverser** le fichier CSV que vous avez généré depuis ngSurvey.

5. **Publiez le classeur :**

* Après avoir connecté les données, vous pouvez créer vos visualisations.
* Une fois votre classeur prêt, cliquez sur le bouton « Publish » pour l'enregistrer sur Tableau Online.

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

6. **Téléversez le classeur :**

* Si vous avez un classeur existant, vous pouvez aller à la **page d'accueil 🏠** de Tableau Online.
* Utilisez la **Nouveau** bouton ou directement **Option Upload Workbook** pour téléverser votre classeur.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/fr/walkthroughs/integration-tableau/lier-les-donnees-a-tableau.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
