LogoLogo
Chinese
Chinese
  • Getting Started
    • 概述
    • 激活
  • Data Management
    • 概述
    • 认证机构
      • 添加CB
      • 管理CB详情
      • 管理CB认可
      • CB激活
      • 管理CB的认证标准
      • 管理CB的技术领域
      • 管理CB的办公目录
      • 管理CB的国家/经济体
      • 查看证书标准
    • 认证实体
    • 认证
      • 添加证书
      • 添加多个标准
      • 添加附加站点
      • 编辑证书
      • 编辑附加站点
      • 删除附加站点
      • 删除证书
    • 标准
      • AB标准
        • 将标准添加到库中
        • 将方案添加到库中
      • IAF MLA
      • 技术领域
    • 导入认证机构
      • 认证机构模板
        • 在Excel中管理数据
        • 在XML中管理数据
      • 文件上传
      • FTP访问
      • 数据映射
      • 字段映射
    • 导入认证
      • 认证文件模板
        • Excel常规规则
        • 在Excel中管理数据
        • XML常规规则
        • 在XML中管理数据
      • 数据导入方法
        • 文件上传
        • FTP
        • API文档
      • FTP设置
      • API集成
      • 全局映射
        • 数据映射
        • 字段映射
      • 导入活动
      • 导入设置
  • Error Handling
    • 错误处理
    • 解决字段映射问题
    • 解决字段检查问题
    • 解决数据映射问题
    • 解决数据检查问题
  • Settings
    • 账户
    • 用户
    • 认证机构个人资料
    • 设置
      • 用户设置
      • 通知设置
      • 安全设置
  • IAF CertSearch Data Structure
    • 模板
    • 认证字段词汇表
    • 认证机构字段词汇表
Powered by GitBook
On this page
  1. Data Management
  2. 导入认证机构
  3. 认证机构模板

在XML中管理数据

Previous在Excel中管理数据Next文件上传

Last updated 1 year ago

从XML文件导入认证机构数据

**注意:**通过XML添加认证机构建议用于批量数据导入。如果您想要更新单个记录或记录不超过10个证书,我们建议您使用手动数据输入。 先决条件:

  • 根据IAF CertSearch数据结构清洁和格式化数据。

更新认证机构的Excel方式

  1. 在认证机构的Excel xml文件中,将数据输入到相应的字段中。

CB Data XML字段
<?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>

**技巧:**确保认证机构身份号码和认证机构名称与现有的认证机构记录匹配。

  1. 完成后,转到IAF CertSearch数据导入页面

  2. 选择您想要导入数据的方式

    1. 文件上传 - ​

    2. FTP ​

  3. 选择后,点击继续按钮(系统将启动文件和数据处理)

  4. 如果所有文件和数据有效,则证书将成功添加到现有认证实体记录中。

了解如何通过文件上传导入数据
了解如何通过FTP导入数据