# 全局映射

本章节将指导您如何管理全局映射设置，包括数据映射和字段映射。

您可以在各自页面上查看和管理所有已映射的字段和数据。

{% content-ref url="/pages/Wp3bfsjOzltscwMuiVpE" %}
[解决数据映射问题](/certification-bodies/cb-zh/error-handling/resolve-data-mapping-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/GIPbHFZpAzR93uLR2IXF" %}
[解决字段映射问题](/certification-bodies/cb-zh/error-handling/resolve-field-mapping-issues.md)
{% endcontent-ref %}

## 字段映射规则

* 任何无法识别的字段名称都需要进行字段映射。
* 一个（1）源字段**不能**映射到多个目标字段
  * *在这个例子中，Issue Date被映射到了Certification Issue Date和Certification Original Issue Date。*
    * **Issue Date** -> Certification Original Issue Date
    * **Issue Date** -> Certification Issue Date
* 多个源字段值**可以**映射到一个（1）目标字段
  * *在这个例子中，Cert Status和Status被映射到了Certification Status。*
    * **Cert Status** -> Certification Status
    * **Status** -> Certification Status
  * 在Excel中，重命名工作表标签名称被视为字段映射问题。

<figure><img src="https://github.com/QualityTrade/iaf-docs-certification-bodies-zh/blob/main/.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure>


---

# 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://support.iafcertsearch.org/certification-bodies/cb-zh/data-management/data-import/global-mapping.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.
