# コレクションをCSVファイルとしてダウンロード

> *スキルレベル: 初心者*

## 開始前の準備

* [データベース](/ja/database.md)について知っており、それを作成する基本的な方法を知っていること。
* データをダウンロードするには有料のAdaloプランは必要ありません。無料のAdaloプランにはCSVとしてダウンロードできる50件の無料レコードが含まれています。
* 各コレクションは個別にダウンロードする必要があります - すべてのコレクションを一度にダウンロードするオプションは現在利用できません。[機能リクエスト](https://ideas.adalo.com/feature-requests)を提出するか、投票して進捗状況をお知らせします。
* コレクションに10万件以上のレコードがある場合、エクスポートCSVオプションの完了に時間がかかる場合は、[サポートチケットを提出してください。](https://info.adalo.com/submit-a-support-ticket)

## 手順

CSVファイルとしてデータをエクスポートする場合は、以下の手順に従ってください：

1. アプリに移動し、左側のパネルを使用してデータベースタブを選択します。
2. そこから、エクスポートしたいコレクションを選択し、コレクションをモーダルで開くために "\<count> records" ボタンをクリックします。
3. 上部ナビゲーションにある雲のアイコンをクリックします。これによりCSVのダウンロードプロセスが開始されます。このファイルは、分析などのためにExcelやGoogle Sheetsで開くことができます。

<div><figure><img src="/files/YS7LzkixUiByiVJ1z5Bm" alt=""><figcaption><p>ステップ2</p></figcaption></figure> <figure><img src="/files/2HGNdyciO6UbAOCVSDCX" alt=""><figcaption><p>ステップ3</p></figcaption></figure></div>

## ヘルプ

[CSVファイルからレコードをインポートする](/ja/database/importing-records-from-a-csv-file.md)について詳しく学ぶ。


---

# 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://help.adalo.com/ja/database/download-your-collection-as-a-csv-file.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.
