> 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/form-management/data-export/data-exports/csv-excel/csv-individual-answers.md).

# Réponses individuelles CSV

La propriété d'export des réponses individuelles indique au moteur d'export CSV d'exporter chaque réponse à l'intérieur d'une question en tant que colonne distincte.&#x20;

Répondu [Types de réponses par sélection](/fr/form-management/form-designer/answers/answer-types/selection-answers.md) seront marquées dans la ligne du Répondant en utilisant le **Marque de sélection de réponse**, toutes les réponses par sélection qui n'ont pas été choisies seront marquées par la **Marque de non-sélection de réponse**. Les types basés sur des champs afficheront directement la saisie texte du Répondant pour le champ.

## 🔅 Propriétés CSV des réponses individuelles

* **`Marque de sélection de réponse`** est la valeur qui sera affichée dans chaque ligne où un Répondant a répondu à une réponse. Notez que les réponses de type champ afficheront la saisie texte du Répondant.
* **`Marque de non-sélection de réponse`** est la valeur qui sera affichée dans chaque ligne où un Répondant n'a pas répondu à une réponse.

## ➡️ Exemples de fichiers de sortie d'export de données

Vous trouverez ci-dessous quelques exemples rapides d'export.

1\) Une seule Question avec 3 choix.

![](/files/ed758983b9b05f7008132852f62611e3a3049674)

2\) Une seule Question combinée avec un type de réponse champ de Texte libre

![](/files/1e926e4d9ab04f06105ed2a8ec034ae2e9cb894a)

3\) Sélection multiple avec 3 réponses sélectionnées

![](/files/2d2f4e323a33e06a96f57e07e3335ba060edc5c8)

4\) Question avec 3 réponses basées sur des champs

![](/files/ebf65c43d9fa3753b433d0ba8720159b52c9e3ae)


---

# 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/form-management/data-export/data-exports/csv-excel/csv-individual-answers.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.
