# CSV Separated Selection / Fields

The separate selections / fields property tells the CSV export engine to have one column for the selected question answer and to create separate columns for each text based answer.&#x20;

Question columns will contain the respondent answer to that question. Field based answers of that question will be separated into separated columns one for reach field answers.

## 🔅 CSV individual answers properties

* **`Export following answers`** export all types of answers or select to export only [selection](/form-management/form-designer/answers/answer-types/selection-answers.md) or [field based answers](/form-management/form-designer/answers/answer-types.md)
* **`Multiple answers`** as the separated selection / fields property shows the actual respondent answers in each question column we need a way to export also multiple choice questions. We can either choose to merge each respondent's answers from a multiple answer questions into a single column and separate each answer using a separator or we can choose to create a new column for each answer available in the multiple choice question.

## ➡️ Data export file output samples

You may find below a few quick export samples.

1\) A single question with 3 choices.

![](/files/-MBVXJJ65xRVEZTXkzuy)

2\) A single question mixed with a free text field answer type

![](/files/-MBVXVz5AR8wWcpaBJek)

3\) Multiple selection with 3 selected answers

![](/files/-MBVXscEse21-uCMwwX3)

4\) Question with 3 field based answers

![](/files/-MBVYOva1riUn4sYU1PQ)


---

# 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.ngsurvey.com/form-management/data-export/data-exports/csv-excel/csv-separated-selection-fields.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.
