# استيراد عضو لوحة من CSV

## 📥 استيراد أعضاء اللوحة من CSV

تسمح ميزة استيراد أعضاء اللوحة من CSV ببناء لوحة باستخدام بيانات موجودة في ملف CSV. يمكنك تحديد كيفية استيراد CSV الخاص بك باستخدام إعدادات الاستيراد.

أدناه عينة صغيرة من CSV يمكن استيرادها كلوحة. ستنشئ هذه العينة لوحة بثلاث سمات (Name, Last name, Email) و2 من أعضاء اللوحة بداخلها

```
"Name", "Last name", "Email"
"John", "Doe", "john@doe.com"
"Marie", "Jane", "marie@jane.com"
```

{% hint style="info" %}
عند استيراد CSV يتم تعيين السمات إلى [حقل إدخال](/ar/form-management/form-designer/answers/answer-types/entry-field.md) كنوع إجابة.
{% endhint %}

## 🔅 خصائص الاستيراد

* **`فاصل الحقول`** هو الحرف الذي سيعمل كفاصل بين أعمدة الإجابات المصدرة داخل ملف CSV.
* **`فاصل النص`** هو الحرف الذي سيعمل كفاصل بين الإدخالات النصية داخل ملف CSV
* **`استخدام العنوان كوسوم`** يستخدم الصف الأول من CSV لإنشاء [سمات اللوحة](/ar/panels/untitled.md).
* **`استخدام العمود الأول كمصدر uid`** يستخدم العمود الأول من CSV كـ source uid للوحة. source uid للوحة هو العمود الذي سيحدد عضو اللوحة بشكل فريد داخل اللوحة، يجب أن تكون هذه القيمة فريدة عبر جميع الأعضاء.

{% hint style="info" %}
يمكنك أيضًا استيراد أعضاء لوحة إضافيين من CSV آخر بعد إنشاء اللوحة. لاحظ أنه في هذه الحالة يجب أن يحتوي CSV على نفس الأعمدة كما في الملف الذي استُخدم أصلاً لإنشاء اللوحة وأن يتطابق الرأس (الصف الأول) مع Mailing pipe alias لسمات اللوحة.
{% endhint %}

##


---

# 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/ar/panels/panel-connectors/ngsurvey-connector/import-panelist-from-csv.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.
