> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/toekusupto/data-export.md).

# 特定データのエクスポート

RealmJoin は、ポータル外で Tenant データを扱えるエクスポート機能を提供します。

## 一般的なエクスポート

User、Group、Device、Package の各テーブルをクエリして要求したデータを取得し、すべての列を含むクエリ結果の OpenXML ファイルを生成できます。

任意のテーブルに移動し、検索を実行して、右上のダウンロードボタンを押すだけです：

<figure><img src="/files/34ea1ab9d39b994a888ef8fb0a904b1ef271093e" alt=""><figcaption></figcaption></figure>

## エクスポートのユースケース: ソフトウェアレポート

特定のソフトウェアとパッケージを検索できます [ソフトウェアレポート](https://portal.realmjoin.com/softwarereport/all) すると、インストールされているバージョンが異なるユーザーまたはデバイスの一覧テーブルが得られます。

「Devices」または「Users」列の項目をクリックすると、あらかじめフィルターされたテーブルビューが表示され、上のスクリーンショットに示されているエクスポートボタンから簡単にエクスポートできます。

これにより、インストール済みソフトウェアの評価を行い、古いバージョンの Devices と Users を特定できます。

<figure><img src="/files/8e1453a2dcdf72eb006ab4bf5a0dbfab16faecd9" alt=""><figcaption><p>Git for Windows のインストール済みバージョンの概要</p></figcaption></figure>

{% hint style="info" %}
RealmJoin における Software Reporting の詳細情報は、 [Software Reporting セクション](https://docs.realmjoin.com/app-management/software-reporting).
{% endhint %}


---

# 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://docs.realmjoin.com/ja/toekusupto/data-export.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.
