> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/accreditation-bodies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/accreditation-bodies/ab-ko/data-management/import-certification/global-mapping/field-mapping.md).

# 필드 매핑

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

해당 페이지에서 모든 매핑된 필드와 데이터를 표시하고 관리할 수 있습니다.

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

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

***

{% hint style="info" %}
**팁:**

데이터 업로드 문제를 최소화하기 위해 데이터 매핑을 추가하고 데이터를 가져오기 전에 수행하는 것을 권장합니다. 이렇게 하면 가져오기 프로세스 중에 중단이 없을 수 있습니다. 데이터 매핑 추가에 대한 자세한 내용은 [여기](/accreditation-bodies/ab-ko/error-handling/resolve-data-mapping-issues.md)를 클릭하세요.
{% endhint %}

## 모든 매핑된 필드 보기

1. \*\*'Import Certification'\*\*로 이동
2. **'Global Mapping'** 탭을 클릭하세요.
3. 필드 매핑 탭에서 모든 매핑 및 매핑되지 않은 필드에 액세스할 수 있습니다.

## 필드 매핑 추가

1. \*\*'Import Certification'\*\*로 이동
2. **'Global Mapping'** 탭을 클릭하세요.
3. 데이터 매핑 탭에서 **'+ 필드 매핑 추가'** 버튼을 클릭하세요.
4. 소스 데이터의 값을 입력하세요.
5. 소스 데이터를 매핑할 위치를 선택하세요.
6. 여러 매핑을 추가하려면:
   * **'필드 매핑 추가'** 버튼을 클릭하세요.
7. 작업을 완료했다면, **'제출'** 버튼을 클릭하세요.

## 매핑된 데이터 편집

1. \*\*'Import Certification'\*\*로 이동
2. **'Global Mapping'** 탭을 클릭하세요.
3. 필드 매핑 탭 목록에서 편집하려는 매핑된 데이터를 찾으세요.
4. **'작업'** 버튼을 클릭한 후 \*\*'상세 정보 보기'\*\*를 클릭하세요.
5. 매핑 세부 정보 모달에서 \*\*'편집'\*\*을 클릭하세요.
6. 편집하려는 필드를 업데이트하세요.
7. 작업을 완료했다면, **'변경 사항 저장'** 버튼을 클릭하세요.

## 매핑된 데이터 삭제

1. \*\*'Import Certification'\*\*로 이동
2. **'Global Mapping'** 탭을 클릭하세요.
3. 필드 매핑 탭 목록에서 삭제하려는 매핑된 데이터를 찾으세요.
4. **'작업'** 버튼을 클릭한 후 \*\*'매핑 삭제'\*\*를 클릭하세요.
5. 삭제 확인 모달이 나타나면, \*\*'확인'\*\*을 클릭하세요.
6. 작업을 완료했다면, 매핑된 데이터는 필드 매핑 목록에서 삭제됩니다.

***

## 필드 매핑 규칙

* 인식되지 않는 필드 이름은 인식되지 않으며 필드 매핑이 필요합니다.
* 하나의 소스 필드는 여러 대상 필드에 매핑될 수 없습니다.
  * *이 예시에서 Issue Date는 Certification Issue Date 및 Certification Original Issue Date에 매핑됩니다.*
    * **Issue Date** -> Certification Original Issue Date
    * **Issue Date** -> Certification Issue Date
* 여러 소스 필드 값은 한 개의 대상 필드에 매핑될 수 있습니다.
  * *이 예시에서 Cert Status 및 Status는 Certification Status에 매핑됩니다.*
    * **Cert Status** -> Certification Status
    * **Status** -> Certification Status
  * Excel에서 시트 탭 이름을 바꾸면 필드 매핑 문제로 간주됩니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://support.iafcertsearch.org/accreditation-bodies/ab-ko/data-management/import-certification/global-mapping/field-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
