# 資料欄位類型

## 概述

在系統中，不論是客戶資料、工單或其他相關資訊，您會發現有多種不同型態的欄位可供使用。這些欄位類型包括文字、數字、日期等，每一種都對應著特定的數據處理需求，並直接影響功能實現和介面顯示。

例如在建立匯入範本時，系統提供了這些不同的欄位類型供您選擇，以便您可以根據需求自行設定。

## 匯入與匯出資料型態

<table><thead><tr><th width="128">匯入欄位類型</th><th>格式說明</th><th width="159">範例值</th><th>使用場景</th></tr></thead><tbody><tr><td>文字</td><td>文字：單行文字</td><td>Hello World</td><td>用於任何需要單行文本的場景，如名稱、標題、標籤等</td></tr><tr><td>多行文字</td><td>文字： 可包含多行的文字</td><td>Apple<br>Banana<br>Coconut</td><td>用於需要多行輸入的場景，如地址、描述、備註等</td></tr><tr><td>是否</td><td>布林值：（0 或 1）- 0 代表否，1 代表是</td><td>1</td><td>用於需要是或否判斷的設定，如開關狀態、是否同意條款等</td></tr><tr><td>日期</td><td>文字：YYYY-MM-DD），24小時制</td><td>2022-03-07</td><td>用於記錄特定日期，如生日、事件日期、合同開始或結束日期</td></tr><tr><td>時間</td><td>文字：HH:MM，24小時制</td><td>22:05</td><td>用於記錄具體時間，如會議時間、活動開始或結束時間</td></tr><tr><td>日期時間</td><td>文字：YYYY-MM-DD HH:MM:SS，24小時制</td><td>2022-03-07 22:05:34</td><td>用於需要精確到秒的日期和時間記錄，如交易時間、日誌時間戳記</td></tr><tr><td>單選</td><td>文字：選項值</td><td>value</td><td>用於選擇固定選項中的一個，如血型、國家、狀態等</td></tr><tr><td>複選</td><td>文字：多個選項值用分隔符 ，可用 「，」、「:」、「;」 分隔</td><td>value1; value2; value3</td><td>用於選擇多個選項，如興趣、產品類型等</td></tr><tr><td>員工</td><td>數字：單一數字，表示系統 ID 編號</td><td>5</td><td>用於識別員工或參與者的唯一編號，用於內部管理或系統關聯</td></tr><tr><td>客戶關聯表格</td><td>數字：單一數字，表示系統 ID 編號</td><td>45</td><td>用於識別客戶或其他實體的唯一編號，用於業務或客戶關係管理</td></tr></tbody></table>


---

# 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.firstline.cc/feature/other/zi-liao-lan-wei-lei-xing.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.
