# Gestionar Datos en XML

### Importar Datos del Cuerpo de Certificación desde un archivo XML <a href="#adding-certification-data-from-excel-file" id="adding-certification-data-from-excel-file"></a>

{% hint style="info" %}
**NOTA:** Se recomienda agregar el Cuerpo de Certificación mediante XML para la importación de datos en masa. Si deseas actualizar un solo registro o registros de no más de 10 certificados, te recomendamos usar la Entrada de Datos Manual.\
\
**Requisitos previos:**

* Limpiar y formatear los datos según la estructura de datos de IAF CertSearch.
  {% endhint %}

**Para actualizar el Cuerpo de Certificación mediante Excel**

1. En el archivo XML del Cuerpo de Certificación, ingresa los datos en sus campos correspondientes.

<details>

<summary>Campos de Datos XML de CB</summary>

```
<?xml version="1.0" encoding="UTF-8"?>
<ab_cbs>
	<certification_body>
		<certification_body_identity_number>cbin-01</certification_body_identity_number>
		<certification_body_name>Bear Certify</certification_body_name>
		<certification_body_acronym>BC</certification_body_acronym>
		<website></website>
		<country>Philippines</country>
		<description></description>
		<accreditation_status>Active</accreditation_status>
		<public_email_address></public_email_address>
		<public_phone_number></public_phone_number>
		<public_fax_number></public_fax_number>
		<key_locations>
			<key_location>
				<key_location_id>A</key_location_id>
				<office_type>Branch</office_type>
				<street>Orange</street>
				<city>New York</city>
				<state></state>
				<country>United States</country>
				<zip_code></zip_code>
			</key_location>
		</key_locations>
		<standard_and_schemes>
			<standard_and_scheme>
				<scope_type>Management System</scope_type>
				<scheme_name>Quality Management Systems Scheme</scheme_name>
				<standard_code>ISO 9001</standard_code>
				<first_issue_date></first_issue_date>
				<issue_date>20230101</issue_date>
				<expiry_date></expiry_date>
				<standard_status></standard_status>
				<key_locations>A</key_locations>
			</standard_and_scheme>
		</standard_and_schemes>
		<technical_sectors>
			<technical_sector>
				<scope_type>Management System</scope_type>
				<scheme_name>Quality Management Systems Scheme</scheme_name>
				<standard_code>ISO 9001</standard_code>
				<sector_title>TickIT Plus</sector_title>
				<sector_code>IAF33</sector_code>
				<sector_accreditation_status>Active</sector_accreditation_status>
				<suspended_withdrawn_date><suspended_withdrawn_date/>
				<full_limited></full_limited>
				<extent_of_scope><extent_of_scope/>
			</technical_sector>
		</technical_sectors>
		<certification_body_countries>
			<certification_body_country>
				<country></country>
				<economy_accreditation_status></economy_accreditation_status>
				<suspended_withdrawn_date><suspended_withdrawn_date/>
				<scheme_name></scheme_name>
				<standard_code></standard_code>
			</certification_body_country>
		</certification_body_countries>
	</certification_body>
</ab_cbs>
```

</details>

**Consejos:** Asegúrate de que el Número de Identificación del Cuerpo de Certificación y el Nombre del Cuerpo de Certificación coincidan con el registro existente del Cuerpo de Certificación.

2. Una vez completado, ve a la página de Importación de Datos de IAF CertSearch.
3. Elige cómo deseas importar tus datos:
   1. **Carga de Archivos** - [Aprende cómo importar datos mediante la Carga de Archivos​](https://support.iafcertsearch.org/accreditation-bodies/data-management/import-certification/data-import-methods/file-upload)
   2. **FTP** [Aprende cómo importar datos mediante FTP​](https://support.iafcertsearch.org/accreditation-bodies/data-management/import-certification/data-import-methods/ftp)
4. Una vez seleccionado, haz clic en el botón **Continuar** (el sistema iniciará el procesamiento de archivos y datos).
5. Si todos los archivos y datos son válidos, el certificado se añadirá correctamente al registro existente de la Entidad Certificada.


---

# 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-es/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.
