# 전역 매핑

이 섹션에서는 데이터 매핑 및 필드 매핑을 포함한 전역 매핑 설정을 관리하는 방법에 대해 안내합니다.

각각의 페이지에서 전역 매핑 페이지에서 모든 매핑된 필드 및 데이터를 보고 관리할 수 있습니다.

{% content-ref url="/pages/rHycH4HFxYNZ8ArVOwBG" %}
[데이터 매핑 문제 해결](/accreditation-bodies/ab-ko/error-handling/resolve-data-mapping-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/lpZ82Sy2Rc86tGhLT1sg" %}
[필드 매핑 문제 해결](/accreditation-bodies/ab-ko/error-handling/resolve-field-mapping-issues.md)
{% endcontent-ref %}

## 필드 매핑 규칙

* 인식되지 않는 필드 이름은 인식되지 않으며 필드 매핑이 필요합니다.
* (1)개의 소스 필드는 여러 대상 필드로 매핑될 수 없습니다.
  * *이 예제에서, 발급 날짜는 인증 발급 날짜와 인증 원본 발급 날짜에 매핑됩니다.*
    * **발급 날짜** -> 인증 원본 발급 날짜
    * **발급 날짜** -> 인증 발급 날짜
* 여러 소스 필드 값은 (1)개의 대상 필드로 매핑될 수 있습니다.
  * *이 예제에서, 인증 상태와 상태는 인증 상태에 매핑됩니다.*
    * **인증 상태** -> 인증 상태
    * **상태** -> 인증 상태
  * 엑셀에서 시트 탭 이름을 변경하면 필드 매핑 문제로 간주됩니다.


---

# 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/accreditation-bodies/ab-ko/data-management/import-certification/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.
