# XML에서 데이터 관리

### XML 파일에서 인증 기관 데이터 가져오기 <a href="#adding-certification-data-from-excel-file" id="adding-certification-data-from-excel-file"></a>

{% hint style="info" %}
**참고:** XML을 통한 인증 기관 추가는 대량 데이터 가져오기에 권장됩니다. 단일 레코드 또는 10개 이하의 인증서를 업데이트하려면 수동 데이터 입력을 사용하는 것이 좋습니다.\
\
**전제 조건:**

* IAF CertSearch 데이터 구조에 따라 데이터를 정리하고 형식을 맞추세요.
  {% endhint %}

**엑셀을 통한 인증 기관 업데이트 방법**

1. 인증 기관 엑셀 XML 파일에 해당 필드에 데이터를 입력하세요.

<details>

<summary>CB Data XML 필드</summary>

```
<?xml version="1.0" encoding="UTF-8"?>
<ab_cbs>
	<certification_body>
		<certification_body_identity_number></certification_body_identity_number>
		<certification_body_name></certification_body_name>
		<certification_body_acronym></certification_body_acronym>
		<website></website>
		<key_contact></key_contact>
		<email_address></email_address>
		<phone></phone>
		<fax></fax>
		<country></country>
		<description></description>
        <accreditation_status></accreditation_status>
		<office_directories>
			<office_directory>	
				<office_type></office_type>
				<street></street>
				<city></city>
				<state></state>
				<country></country>
				<zip_code></zip_code>
			</office_directory>
		</office_directories>
		<standard_and_schemes>
			<standard_and_scheme>
				<scope_type></scope_type>
				<scheme_name></scheme_name>
				<standard_code></standard_code>
				<first_issue_date></first_issue_date>
				<issue_date></issue_date>
				<expiry_date></expiry_date>
                <standard_status></standard_status>
			</standard_and_scheme>
		</standard_and_schemes>
		<technical_sectors>
			<technical_sector>
				<scope_type></scope_type>
				<scheme_name></scheme_name>
				<sector_title></sector_title>
				<sector_code></sector_code>
				<all_sectors></all_sectors>
			</technical_sector>
		</technical_sectors>
		<certification_body_countries>
			<certification_body_country>
				<country></country>
			</certification_body_country>
		</certification_body_countries>
	</certification_body>
</ab_cbs>

```

</details>

**팁:** 인증 기관 식별 번호와 인증 기관 이름이 기존 인증 기관 레코드와 일치하는지 확인하세요.

2. 작업을 완료한 후 IAF CertSearch 데이터 가져오기 페이지로 이동하세요.
3. 데이터를 가져올 방법을 선택하세요.
   1. **파일 업로드** - [파일 업로드를 통한 데이터 가져오는 방법 알아보기](https://app.gitbook.com/s/tS6z5hiHjMyFZFqdXIJ0/iaf-certsearch-data-structure/data-import-methods/file-upload)​
   2. **FTP** - [FTP를 통한 데이터 가져오는 방법 알아보기](https://app.gitbook.com/s/tS6z5hiHjMyFZFqdXIJ0/iaf-certsearch-data-structure/data-import-methods/ftp)​
4. 선택한 후 **계속** 버튼을 클릭하세요(시스템은 파일 및 데이터 처리를 시작합니다).
5. 모든 파일 및 데이터가 유효한 경우에는 인증서가 기존 인증 기관 레코드에 성공적으로 추가됩니다.


---

# 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-body/certification-body-templates/manage-data-in-xml.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.
