XML में डेटा प्रबंधित करें

XML फ़ाइल से प्रमाणीकरण निकाय डेटा आयात करें

नोट: XML के माध्यम से प्रमाणीकरण निकाय जोड़ना थोक डेटा आयात के लिए अनुशंसित है। यदि आप केवल एक रेकॉर्ड या 10 प्रमाणपत्रों से अधिक रेकॉर्ड अपडेट करना चाहते हैं, तो हम आपको मैन्युअल डेटा एंट्री का उपयोग करने की सिफारिश करते हैं।

प्राथमिक जरूरतें:

  • IAF CertSearch डेटा संरचना के अनुसार डेटा को साफ करें और फॉर्मेट करें।

Excel के माध्यम से प्रमाणीकरण निकाय को अपडेट करने के लिए

  1. प्रमाणीकरण निकाय Excel xml फ़ाइल में, उनके संबंधित फ़ील्ड में डेटा दर्ज करें।

सीबी डेटा 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. चयन करने के बाद, तर्क जारी बटन पर क्लिक करें (सिस्टम फ़ाइल और डेटा प्रसंस्करण प्रारंभ करेगा)

  4. यदि सभी फ़ाइलें और डेटा मान्य हैं, तो प्रमाणपत्र मौजूदा प्रमाणित संबंधित प्रमाणीकरण निकाय में सफलतापूर्वक जोड़ा जाएगा।

Last updated