# 匯入＆匯出

## 匯入 <a href="#import" id="import"></a>

有記帳習慣的朋友先前可能有使用過其他 App 來幫助記帳，如果它有支援 CSV 匯出功能，那你就可以參考 MOZE 的[匯入說明](https://docs.google.com/spreadsheets/d/11otNPygy8Ba2LSV8hJyzwa2XW7q4OdWjsQ5Uvjbk9rw/edit?gid=0#gid=0)把舊有資料整理成新的格式來進行匯入。

{% hint style="warning" %}
請記得在做匯入之前進行備份，以免匯入的資料有誤還可以還原重新來過。
{% endhint %}

{% file src="/files/Ip2rqEYGmyI64EFMEIOz" %}
匯入說明繁中版
{% endfile %}

{% file src="/files/X15xv9D9KHxqokrGo6MU" %}
匯入說明簡中版
{% endfile %}

{% file src="/files/jVMh5Wghb3oO00MB6qo4" %}
匯入說明英文版
{% endfile %}

<img src="/files/VYIEonnthgWLfNMJtLGV" alt="" width="375">

<img src="/files/t1Pv9j8Qq9RbSEkxOsjz" alt="匯入可從檔案 App 或是其他 App" width="375">

<img src="/files/EZxwufOCWfUPy9Z2quFW" alt="匯入說明" width="375">

<img src="/files/-MHFjFFIMOdewqcDhB4z" alt="匯入過程請避免任何中斷" width="375">

## 匯出 <a href="#export" id="export"></a>

如果你想要在電腦上查看你的帳目明細，MOZE 支援匯出成 CSV 檔，可以讓你把資料去做額外的分析處理。

<img src="/files/GdEKjJ3JDagMRSDAhzmO" alt="" width="375">

<figure><img src="/files/imBSqVfBcqv8aUPICMkd" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
請注意，匯出的 CSV 文件僅包含單純文字記錄，不涵蓋記錄間的關聯性和進階的屬性，例如應收應付收還款、信用卡繳款、週期事件、分期事件、發票號碼、圖片等這些資訊都不存在。**請不要將匯出的文件重新編輯後再匯入回來，這樣會造成你資料錯誤**。
{% 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://doc.moze.app/feature/import-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.
