> 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/de/form-management/data-export/data-exports/csv-excel/csv-separated-selection-fields.md).

# CSV getrennte Auswahl / Felder

Die Eigenschaft „separate selections / fields“ weist die CSV-Export-Engine an, eine Spalte für die ausgewählte Frage-Antwort zu erstellen und separate Spalten für jede textbasierte Antwort anzulegen.&#x20;

Frage-Spalten enthalten die Antwort des Befragten auf diese Frage. Feldbasierte Antworten zu dieser Frage werden in separate Spalten aufgeteilt, jeweils eine Spalte pro Feldantwort.

## 🔅 CSV-Eigenschaften für einzelne Antworten

* **`Folgende Antworten exportieren`** alle Antworttypen exportieren oder nur auswählen zum Exportieren [Auswahl](/de/form-management/form-designer/answers/answer-types/selection-answers.md) oder [feldbasierte Antworten](/de/form-management/form-designer/answers/answer-types.md)
* **`Mehrfachantworten`** Da die Eigenschaft „separated selection / fields“ die tatsächlichen Antworten der Befragten in jeder Frage-Spalte anzeigt, benötigen wir eine Möglichkeit, auch Multiple-Choice-Fragen zu exportieren. Wir können entweder die Antworten eines Befragten aus einer Mehrfachantwort-Frage in einer einzigen Spalte zusammenführen und jede Antwort mit einem Trennzeichen separieren, oder wir erstellen für jede verfügbare Antwort der Multiple-Choice-Frage eine neue Spalte.

## ➡️ Beispielausgaben für Data-Export-Dateien

Nachfolgend finden Sie einige schnelle Exportbeispiele.

1\) Eine einzelne Frage mit 3 Auswahlmöglichkeiten.

![](/files/f31f11d4ea81bfa2cada1b96811576e70de28d15)

2\) Eine einzelne Frage gemischt mit einem Freitext-Feld als Antworttyp.

![](/files/c7e449e6ad281421d83d5e88cd98adbc22cf7492)

3\) Mehrfachauswahl mit 3 gewählten Antworten.

![](/files/119b8c4e8e605331d8645008e816288c2f7fc437)

4\) Frage mit 3 feldbasierten Antworten

![](/files/f03046454faa5fac690fd36f275ef747f1d2df6f)


---

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