> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/sapto/hui-yuan-guan-li/csvdtawotta.md).

# CSVデータを使った操作

### **新規ユーザーの一括登録**

操作方法については以下のスクリーンキャプチャを参考の上、確認してください。

{% hint style="danger" %} <mark style="color:red;">**CSVデータを使った新規ユーザー登録時の注意点**</mark>

**CSVファイルを作成・編集する際は、UTF-8の文字コードで保存してください。**

Shift-JISなど他の文字コードを使用すると、文字化けや誤ったデータ反映の原因となります。
{% endhint %}

{% tabs %}
{% tab title="1. CSVデータを用意" %}

1. 管理画面からCSVテンプレートをダウンロードします。\
   **\[会員管理画面] > \[CSVアップロード] > \[CSVアップロード画面] > \[CSVテンプレートダウンロード]**

<figure><img src="/files/6V4AA2cU1l9O0TZFBOXx" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

2. ダウンロードしたテンプレートに、登録する会員情報を追加してください。\ <mark style="color:red;">2行目は入力例が記載されています。情報入力後、2列目を削除してから保存してください。</mark>

　CSVの入力項目については、以下の通りです。

* email（id）：メールアドレス又はログインID
* first\_name：氏名（姓）
* last\_name：氏名（名）
* jp\_first\_name：氏名（名）ふりがな
* jp\_last\_name：氏名（姓）ふりがな
* gender：性別（MALE or FEMALE or NONEを入力）
* bitthday：生年月日\
  入力時には、<mark style="color:red;">入力タイプを”文字列”に変更</mark>し、\[YYYY-MM-DD]の形式で生年月日を入力してください。（例）1900年1月1日生まれ：1900-01-01

<figure><img src="/files/5mSu5XbaBkAzOoBo3osL" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

* zipcode：郵便番号
* addres：住所

{% hint style="info" %} <mark style="color:blue;">**住所情報を非公開設定にしている場合、住所情報を入力しても反映されません。**</mark>
{% endhint %}

3. 入力完了後、**上書き保存**（\[ctrl]+\[S]）**で、csvデータのまま保存を行ってください。**
   {% endtab %}

{% tab title="2. CSVデータのアップロード" %}
作成したCSVデータをアップロードします。

1. CSVアップロード画面を開いてください。\
   **\[会員管理画面] > \[＋会員登録] > \[CSVアップロード]**<br>
2. 下記項目を設定、入力してください。\
   1\. グループ：追加するユーザーが所属するグループを選択してください\
   2\. パスワード：ログインパスワードを設定してください\ <mark style="color:red;">※所属グループグループ、ログインパスワードは一括で設定されます</mark><br>
3. CSVデータをアップロードしてください。\
   \[CSVテンプレートファイル] > \[ファイルを選択]をクリックして、作成したCSVファイルを選択してください。<br>
4. 画面右下の\[アップロード]ボタンをクリックすると、アップロードが開始します。<br>
5. アップロード完了後、追加されたユーザー情報は会員一覧画面の最上部に表示されます。

{% hint style="info" %} <mark style="color:blue;">**初回ログイン後のパスワード変更（推奨）**</mark>

CSVで追加したユーザーは、ログインパスワードが同一のものになる為、

初回ログイン後にユーザー側でパスワード変更を行っていただく事を推奨しております。
{% endhint %}

{% endtab %}
{% endtabs %}

### **ユーザー情報のダウンロード**

管理画面の\[CSVダウンロード]ボタンをクリックすると、現在登録されている会員情報をCSVデータでダウンロードすることができます。

なお、ダウンロードできる情報は、会員一覧画面に表示されている項目のみとなります。

<figure><img src="/files/XmZfrwMAXkjKctcz17I8" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>


---

# 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://support.megadoga.com/sapto/hui-yuan-guan-li/csvdtawotta.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.
