XML에서 데이터 관리

XML 파일에서 인증 기관 데이터 가져오기

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

  • IAF CertSearch 데이터 구조에 따라 데이터를 정리하고 형식을 맞추세요.

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

  1. 인증 기관 엑셀 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. 선택한 후 계속 버튼을 클릭하세요(시스템은 파일 및 데이터 처리를 시작합니다).

  3. 모든 파일 및 데이터가 유효한 경우에는 인증서가 기존 인증 기관 레코드에 성공적으로 추가됩니다.

Last updated