# 解决字段检查问题

＃解决字段检查问题

### 如何解决字段检查问题？

1. 在验证过程的第二步中，在字段检查导航下，单击遇到字段检查问题的文件。
2. 阅读错误消息并转到您的电子表格或XML中添加缺少的必填字段。
3. 保存文件（确保上传相同的文件）
4. 单击重新上传按钮，以便系统可以继续验证数据。
5. 如果所有数据都有效，则数据将成功导入。

要了解有关字段检查的更多信息，请阅读下面的相关文章：

### **什么是字段检查？**\&#x20；

字段检查是一个验证过程，其中系统检查Excel的必需字段和工作表以及XML中漏掉的必需元素。

字段检查问题可能会在选择要上传的文件后的初始数据验证过程中出现。

<figure><img src="https://github.com/QualityTrade/iaf-docs-certification-bodies-zh/blob/main/.gitbook/assets/[DM]-field-check-error.png" alt=""><figcaption></figcaption></figure>

**对于Excel**

1. **保持所提供模板的字段和工作表的格式和顺序** 。\ <mark style="color:red;">不要</mark> <mark style="color:red;">**删除**</mark> 任何字段或工作表。
2. 避免向原始格式中添加不必要的字段，以便更快处理数据。

如果系统检查到Excel文件中缺少必需字段或工作表，导入过程将中断，并显示字段检查错误。

**对于XML**

1. **保持所提供模板的XML元素的格式和顺序**。 <mark style="color:red;">不要</mark> <mark style="color:red;">**删除**</mark> 任何元素。
2. 避免向原始格式中添加不必要的XML标签、属性或元素。

如果系统检查到XML文件中缺少所需的标签、属性或元素，导入过程将中断，并显示字段检查错误。


---

# 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/error-handling/resolve-field-check-issues.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.
