LogoLogo
English
English
  • Getting Started
    • Overview
    • Activation
    • Documentation Legacy
  • Overview
    • Dashboard
    • Analytics
      • Certifications
      • Certified Entities
      • Certification Bodies
  • Data Management
    • Mandatory Document (MD) Compliance
    • Overview
    • Certification Bodies
      • Update All
      • Add CB
      • CB Activation
      • Manage CB Details
      • CB Participating Status Matrix
      • Exclusion to Data Obligations
      • Manage CB Accreditation
      • Manage CB Accreditation Information
        • Manage CB Standards and Schemes
        • Manage CB Key Locations
        • Manage CB Technical Sectors
        • Manage CB's Country/Economy
    • Certified Entities
      • Mark CE Information as Confidential
    • Certifications
      • Bulk Import Certification
      • Edit Certification
      • Mark Certification Information as Confidential
      • Add Multiple Standards
      • Add Additional Sites
      • Edit Additional Site
      • Delete Additional Site
      • 🆕Add Technical Sectors
      • Remove Technical Sectors
      • Delete Certification
    • Standards and Schemes
      • Manage Standards and Schemes
        • Add Standard to Library
        • Add Scheme to Library
      • IAF MLA
      • 🆕Technical Sectors
    • Import Certification Body
      • Certification Body Templates
        • Manage Data in Excel
        • Manage Data in XML
      • File Upload
      • FTP Upload
    • Import Certification
      • Certification File Templates
        • Excel General Rules
        • Manage Data In Excel
        • XML General Rules
        • Manage Data in XML
      • Data Import Methods
        • File Upload
        • FTP Upload
        • API Documentation
      • Import Activities
    • Import Settings
      • FTP Settings
      • API Integration
      • Global Mapping
        • Data Mapping
          • Data Mapping by Country
          • Data Mapping by Certification Type
          • Data Mapping by Certification Status
          • Data Mapping by Certification Site Type
          • Data Mapping by Sectors
        • Field Mapping
      • Auto-import Settings
      • Template Versioning
  • IAF CertSearch Data Structure
    • Templates
    • Certification Fields Glossary
    • Certification Body Fields Glossary
    • IAF CertSearch Dataset
      • Countries
      • Accreditation Status
      • Certification Status
      • Certification Sites
      • Standards
      • Schemes
      • Technical Sectors
  • Error Handling
    • Error Handling
    • Resolve Field Mapping Issues
    • Resolve Field Check Issues
    • Resolve Data Mapping Issues
    • Resolve Data Check Issues
      • Handling CE Records
  • Settings
    • Accounts
    • Users
    • Accreditation Body Profile
    • Settings
      • User Settings
      • Notification Settings
      • Security Settings
Powered by GitBook

Copyright © 2023 IAF CertSearch. All Right Reserved

On this page
  • Import Certified Entity and Certification Data via XML file
  • Updating Certified Entity and Certification Data via XML

Was this helpful?

  1. Data Management
  2. Import Certification
  3. Certification File Templates

Manage Data in XML

PreviousXML General RulesNextData Import Methods

Last updated 10 months ago

Was this helpful?

We have added useful guides to help you manage your data in an XML file.

What's New?

  • Certificate template version 2.0 now a new data format for Certified Entities and Certifications

    • Download template

  • Certification can have multiple sites

  • Sites can be added at an Entity level.

Import Certified Entity and Certification Data via XML file

Prerequisites:

  • Clean and format data according to the IAF CertSearch data structure. .

  1. In your text editor, please enter the data into their corresponding tags.

XML Fields
<?xml version="1.0" encoding="UTF-8"?>
<ab_certs>
	<certified_entities>
		<certified_entity>
			<certified_entity_unique_id></certified_entity_unique_id>
			<certified_entity_name></certified_entity_name>
			<certified_entity_trading_name></certified_entity_trading_name>
			<certified_entity_english_name></certified_entity_english_name>
			<confidential_certified_entity></confidential_certified_entity>
			<business_registered_street></business_registered_street>
			<business_registered_city></business_registered_city>
			<business_registered_state></business_registered_state>
			<business_registered_zip_code></business_registered_zip_code>
			<business_registered_country></business_registered_country>
			<business_registered_full_address></business_registered_full_address>
			<certified_entity_website></certified_entity_website>
			<tax_id></tax_id>
			<vat></vat>
			<company_id_number></company_id_number>
			<business_registration_number></business_registration_number>
			<duns_number></duns_number>
		</certified_entity>
	</certified_entities>
	<certifications>
		<certificate_identity_number></certificate_identity_number>
		<certificate_number></certificate_number>
		<certification_status></certification_status>
		<certification_type></certification_type>
		<certification_scope></certification_scope>
		<flexible_scope></flexible_scope>
		<certification_original_issue_date></certification_original_issue_date>
		<certification_issue_date></certification_issue_date>
		<certification_expiry_date></certification_expiry_date>
		<certified_entity_unique_id></certified_entity_unique_id>
		<main_site_street></main_site_street>
		<main_site_city></main_site_city>
		<main_site_state></main_site_state>
		<main_site_zip_code></main_site_zip_code>
		<main_site_country></main_site_country>
		<main_site_full_address></main_site_full_address>
		<certification_body_identity_number></certification_body_identity_number>
		<certification_body_name></certification_body_name>
        	<certification_body_acronym></certification_body_acronym>
		<certification_standard_and_scheme>
			<standard_and_scheme>
				<scheme_name></scheme_name>
				<standard_name></standard_name>
			</standard_and_scheme>
			<standard_and_scheme>
				<scheme_name></scheme_name>
				<standard_name></standard_name>
			</standard_and_scheme>
		</certification_standard_and_scheme>
		<certification_sites>
			<certification_site>
				<certified_entity_unique_id></certified_entity_unique_id>
				<street></street>
				<city></city>
				<state></state>
				<zip_code></zip_code>
				<country></country>
				<full_address></full_address>
                <scope></scope>
				<site_type></site_type>
			</certification_site>
			<certification_site>
				<certified_entity_unique_id></certified_entity_unique_id>
				<street></street>
				<city></city>
				<state></state>
				<zip_code></zip_code>
				<country></country>
				<full_address></full_address>
                <scope></scope>
				<site_type></site_type>
			</certification_site>
		</certification_sites>	
	</certifications>
</ab_certs>

To learn more about Certified Entity and Certification fields, click

  1. Once completed, go to the IAF CertSearch Data Import page

  2. Choose how you would like to import your data

    • File Upload -

    • FTP -

  3. Once selected, click the Continue button (the system will initiate file and data processing)

  4. The certificate will be successfully added to the existing Certified Entity record if all the files and data are valid.


Updating Certified Entity and Certification Data via XML

TIPS: We recommend updating the same file you used to upload your data, that way you minimize import interruptions or errors.

To update the Certified Entity and its Certification data

  1. To update an existing record please make sure that the following record identifiers match from the file to the existing record uploaded in IAF CertSearch:

  • Certification Identity Number

  • Certified Entity Unique ID

  1. Apply the changes to the records you want to update.

  2. Once updated, go to the IAF CertSearch Data Import page

  3. Choose how you would like to import your data

  4. Once selected, click the Continue button (which initiates the data validation process)

  5. If all the fields and data are valid, the certificate will be successfully added to the existing Certified Entity record.

File Upload -

FTP -

Note: If errors are encountered during the import process, go to .

here
Learn more
View sample data
here
Learn how to import data through File Upload
Learn how to import data through FTP
Learn how to import data through File Upload
Learn how to import data through FTP
Error Handling