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

# CSV للخيارات / الحقول المفصولة

خاصية الاختيارات/الحقول المنفصلة تخبر محرك تصدير CSV بإنشاء عمود واحد لإجابة السؤال المحدد وإنشاء أعمدة منفصلة لكل إجابة نصية على حدة.&#x20;

أعمدة الأسئلة ستحتوي على إجابة المستجيب لذلك السؤال. إجابات الحقول المرتبطة بهذا السؤال سيتم فصلها إلى أعمدة منفصلة، عمود واحد لكل إجابة حقل.

## 🔅 خصائص إجابات CSV الفردية

* **`تصدير الإجابات التالية`** تصدير جميع أنواع الإجابات أو الاختيار لتصدير فقط [الاختيار](/ar/form-management/form-designer/answers/answer-types/selection-answers.md) أو [إجابات الحقول](/ar/form-management/form-designer/answers/answer-types.md)
* **`إجابات متعددة`** نظرًا لأن خاصية الاختيارات/الحقول المنفصلة تعرض إجابات المستجيب الفعلية في كل عمود سؤال، نحتاج إلى طريقة لتصدير أيضًا أسئلة الاختيار المتعدد. يمكننا إما دمج إجابات كل مستجيب من سؤال متعدد الإجابات في عمود واحد وفصل كل إجابة باستخدام فاصل، أو اختيار إنشاء عمود جديد لكل إجابة متاحة في سؤال الاختيار المتعدد.

## ➡️ عينات مخرجات ملف تصدير البيانات

يمكنك العثور أدناه على بعض العينات السريعة للتصدير.

1\) سؤال واحد مع 3 خيارات.

![](/files/2978d57cd40c7164a47e398cf91904db724bc126)

2\) سؤال واحد مدمج مع نوع إجابة حقل نصي حر

![](/files/70765c05f5b735e032e80b76a574b0c9891ed5a4)

3\) اختيار متعدد مع 3 إجابات محددة

![](/files/5b1204ad25ec0763fb24094512bb527e9821180b)

4\) سؤال مع 3 إجابات معتمدة على الحقول

![](/files/b9087ea3a937ae301e9091591532d0bbfdeb14aa)


---

# 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/ar/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.
