> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/onboarding/owners-and-admins/workspace-task-data-export-csv.md).

# WorkspaceのTaskのデータをCSV形式でエクスポートする

タスクのデータをカンマ区切り値（CSV）形式でエクスポートします。

### **必要なもの** <a href="#gjdgxs" id="gjdgxs"></a>

* [Free ForeverおよびUnlimitedプランでは、](https://clickup.com/pricing)リストビューとテーブルビューをCSV形式やExcel形式で５回エクスポートできます。
* Businessプラン以上では、リストビューとテーブルビューのCSV形式のエクスポートに無制限にアクセスできます。
* Businessプラン以上では、[リストビューのエクスポート](https://help.clickup.com/hc/en-us/articles/6310174308631-Export-List-and-Table-views)を使って選択したデータをエクスポートするオプションもあります。

### **タスクデータをエクスポートする** <a href="#id-30j0zll" id="id-30j0zll"></a>

ワークスペースの[管理者または所有者](https://help.clickup.com/hc/en-us/articles/6310033667223-User-roles)は、次の手順を実行してClickUpからデータをエクスポートできます。

1. ワークスペースのアバターをクリックして、「Import/Export」ページに移動します。
   * ClickUp 2.0では、左下隅からワークスペースのアバターをクリックします。
   * [ClickUp 3.0](https://help.clickup.com/hc/en-us/articles/12157360089495-ClickUp-3-0)では、左上隅からワークスペースのアバターをクリックし、\[**Settings**]を選択します。
2. \[**Import/Export**]を選択します。
3. \[**Start Export**]をクリックします。
4. エクスポートの準備が完了するまでに数分かかります。ダウンロード準備が完了したら、\[**Download Export**]ボタンをクリックします。

### **エクスポートに含まれるもの** <a href="#id-1fob9te" id="id-1fob9te"></a>

CSV形式のエクスポートには、ワークスペース内のタスクに関する次の情報が含まれます。

* Task ID
* Task Custom ID
* Task Name
* Task Description（Task Content見出しの下に含まれます）
* Status
* Date created
* Date created Text
* Due date
* Due date Text
* Start date
* Start date Text
* Parent ID：[サブタスクに含まれます](https://help.clickup.com/hc/en-us/articles/6309825777943-Using-subtasks)。
* Attachment arra：全ての添付の名。

\[{"title":"sunset beach pic.png","url":"\<hyperlink to file>"},{"title":"mydog.png","url":"\<hyperlink to file>"}]

* Assignees array：全ての[担当者（assignees](https://help.clickup.com/hc/en-us/articles/6309029762583-Multiple-Assignees-vs-Single-Assignees)）の名前。\
  \[John Smith,Mary Smith]
* Tags array：全てのタグ。

\[tag 1,tag 2,tag 3]

* Priority
* List Name
* Folder Name
* Space Name
* Time Estimated
* Time Estimated Text
* Checklists
* Task Comments
* Assigned Comments：割り当てられたコメントの総数。
* Time Spent
* Time Spent Text
* Rolled Up Time
* Rolled Up Time Text

注

日付と時刻のフィールドは、UNIX形式とプレーンテキストの両方に含まれます。あなたは[Epoch Converter](https://www.epochconverter.com/)などのウェブサイトを使って、UNIXタイムスタンプを通常の日付やタイムスタンプに変換できます。


---

# 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:

```
GET https://manual.dxable.com/clickup/onboarding/owners-and-admins/workspace-task-data-export-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.
