{"id":24166,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/import-item-data-1\/"},"modified":"2025-02-14T10:14:18","modified_gmt":"2025-02-14T18:14:18","slug":"import-item-data-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/","title":{"rendered":"Import of Item Data"},"content":{"rendered":"<p>There are three modes of importing item data from an XML format.<\/p>\n<ul>\n<li>\n\t\t<b>Batch Mode<\/b>. In this mode, an XML formatted input file is processed sequentially, creating new issues in the ExtraView database. This is driven from an administration screen.<\/li>\n<li>\n\t\t<b>API Command<\/b>. In this mode, an API command is executed, passing a single issue to ExtraView as part of the HTTP data stream. This issue is processed and with success is added to the database. The API command returns a success message or a failure error message.<\/li>\n<li>\n\t\t<b>API Command with Input File<\/b>. In this mode, an API command is executed. The command references an input file with one or more issues to be imported to ExtraView. The file is processed and results are passed back to the calling command.<\/li>\n<\/ul>\n<p>The XML data to be imported must adhere to the Document Type Definition (DTD) detailed below. This is supplied with ExtraView, in the <span style=\"font-family:courier new,courier,monospace;\">WEB-INF\/data\/xml_dtd<\/span> directory of your installation, and can be directly referenced from your XML import file or data stream. The file name supplied is extraview_item.dtd.<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n\t\t\t\t<span class=\"fixedWidthFont\">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243; ?&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT locale (EMPTY) &gt;<br \/>\n\t\t\t\t&lt;!ATTLIST locale region CDATA &#8220;US&#8221;&gt;<br \/>\n\t\t\t\t&lt;!ATTLIST locale language CDATA &#8220;en&#8221;&gt;<br \/>\n\t\t\t\t&lt;!ATTLIST locale variant CDATA &#8221; &#8220;&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_list (item*) &gt;<br \/>\n\t\t\t\t&lt;!ELEMENT item (short_descr , severity_level , priority , status , product_name , date_created , owner , timestamp , assigned_to , privacy , last_change_user , alt_id , area , project , category , resolution , product_line , date_last_status_change , date_closed , release_found , release_fixed , contact , originator , item_id, item_udf*, item_release*, item_module*, item_attachment* )&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_udf (title_specifier?, name_specifier?, CDATA*)&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_release (title_specifier?, name_specifier?, short_descr , severity_level , priority , status , product_name , date_created , owner , timestamp , assigned_to , privacy , last_change_user , alt_id , area , project , category , resolution , product_line , date_last_status_change , date_closed , release_found , release_fixed , contact , originator , item_id, item_udf*)&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_module (title_specifier?, name_specifier?, assigned_to ,status ,timestamp , rc_version ,last_change_user ,item_module_id )&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT title_specifier (CDATA)&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT name_specifier (#PCDATA)&gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT short_descr (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT severity_level (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT priority (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT status (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT product_name (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT date_created (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT owner (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT timestamp (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT assigned_to (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT privacy (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT last_change_user (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT alt_id (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT area (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT project (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT category (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT resolution (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT product_line (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT date_last_status_change (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT date_closed (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT release_found (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT release_fixed (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT contact (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT originator (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_id (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT rc_version (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_module_id (CDATA) &gt;<\/p>\n<p>\t\t\t\t&lt;!ELEMENT item_attachment (CDATA)&gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment file_desc CDATA #IMPLIED &gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment file_name CDATA #IMPLIED &gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment path CDATA #IMPLIED &gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment content_type CDATA #IMPLIED &gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment file_size CDATA #IMPLIED &gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment date_created CDATA #IMPLIED &gt;<\/p>\n<p>\t\t\t\t&lt;!ATTLIST item_attachment created_by_user CDATA #IMPLIED &gt; <\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Note that all data related to items, including repeating records, UDF\u2019s, and attachments are described with the DTD and can all be imported by ExtraView. A portion of a sample XML file is shown below, with two issues to be imported. This references the above DTD. Note that the attachment within the example import file is shortened, for brevity. The following points should be noted about the import of items:<\/p>\n<ul>\n<li>\n\t\tThe DOCTYPE refers to the DTD and the path should correspond to the path where it is stored on your server.<\/li>\n<li>\n\t\tUDF\u2019s can be referred to by NAME or by TITLE. We recommend that you use the NAME wherever possible, as the TITLE field may not be unique across your installation. Furthermore, the TITLE may vary with the locale specified in the DTD. You may create different DTD\u2019s for each locale, and use the localized TITLE within the XML files being imported.<\/li>\n<li>\n\t\tWe recommend that all character data is embedded within CDATA tags.<\/li>\n<li>\n\t\tCertain constructs are required in the XML, following the web interface rules. For example, a file-name-attribute should always appear in the item-attachment-attributes list.<\/li>\n<li>\n\t\tUserCustom methods prAddPreInsert and prAddPostInsert are executed on each item insert.<\/li>\n<li>\n\t\tAllowed values between fields are ignored when you import a record via this interface. If you mistakenly create an invalid parent \u2013 child relationship, this will be indicated when you try to update the record via the web interface.<\/li>\n<li>\n\t\tThe ITEM_ID is allocated to the new issue at the time the ExtraView code validates the issue being read from the XML input. If the record is rejected for any reason, the ITEM_ID is discarded, and an issue with this ID will never be created. The next record to be imported will be allocated the next number in the sequence.<\/li>\n<li>\n\t\tIf a field is read-only, on the add screen layout (as defined by the user role, business area and project of the issue), then this will be respected with the item import function. Further, if this field has a default value defined in the data dictionary, this value will be inserted.<\/li>\n<li>\n\t\tAttachments must be encoded using the Base64 algorithm.<\/li>\n<li>\n\t\tValues in other CDATA sections may be encoded in Base64 if desired or required. Whether or not the string is encoded is signaled by a sentinel (\u201c%25S\u201d) in the front of the CDATA string. Encoding is required if any of the following arise:<\/p>\n<ol type=\"a\">\n<li>\n\t\t\t\tThe string value starts with the sentinel value (\u201c%25S\u201d), or<\/li>\n<li>\n\t\t\t\tThe string value contains the CDATA end marker (\u201c]]&gt;\u201d), or<\/li>\n<li>\n\t\t\t\tThe string value contains any non-CDATA-permissible characters. CDATA-permissible characters are defined using the following production with Unicode character values as derived from the web page at http:\/\/www.w3.org\/TR\/REC-xml &#8211; NT-Char<\/p>\n<p>\t\t\t\t<span style=\"font-family:courier new,courier,monospace;\">Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]<\/span><\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<table class=\"border\">\n<tbody>\n<tr>\n<td>\n\t\t\t\t<span class=\"fixedWidthFont\">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br \/>\n\t\t\t\t&lt;!DOCTYPE extraview_item SYSTEM &#8220;file:\/\/\/C:\/path_to_my_dtd\/extraview_item.dtd&#8221;&gt; &lt;ITEM_LIST&gt;<br \/>\n\t\t\t\t&lt;ITEM&gt;<br \/>\n\t\t\t\t&lt;AREA&gt;&lt;![CDATA[Bugs]]&gt;&lt;\/AREA&gt;<br \/>\n\t\t\t\t&lt;PROJECT&gt;&lt;![CDATA[&amp;Bugs Data&amp;]]&gt;&lt;\/PROJECT&gt;<br \/>\n\t\t\t\t&lt;CATEGORY&gt;&lt;![CDATA[Software]]&gt; &lt;\/CATEGORY&gt;<br \/>\n\t\t\t\t&lt;PRODUCT_NAME&gt;&lt;![CDATA[ExtraView]]&gt;&lt;\/PRODUCT_NAME&gt;<br \/>\n\t\t\t\t&lt;ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;TITLE_SPECIFIER&gt;&lt;![CDATA[OS]]&gt;&lt;\/TITLE_SPECIFIER&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;RELEASE_FOUND&gt;&lt;![CDATA[1.2.3.4]]&gt;&lt;\/RELEASE_FOUND&gt; &lt;\/ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;TITLE_SPECIFIER&gt;<br \/>\n\t\t\t\t&lt;![CDATA[This is text in a field]]&gt;<br \/>\n\t\t\t\t&lt;\/TITLE_SPECIFIER&gt;<br \/>\n\t\t\t\t&lt;![CDATA[BILL.SMITH]]&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;\/ITEM&gt;<br \/>\n\t\t\t\t&lt;ITEM&gt;<br \/>\n\t\t\t\t&lt;CATEGORY&gt;<br \/>\n\t\t\t\t&lt;![CDATA[Software]]&gt;<br \/>\n\t\t\t\t&lt;\/CATEGORY&gt;<br \/>\n\t\t\t\t&lt;PRODUCT_NAME&gt;<br \/>\n\t\t\t\t&lt;![CDATA[ExtraView]]&gt;<br \/>\n\t\t\t\t&lt;\/PRODUCT_NAME&gt;<br \/>\n\t\t\t\t&lt;ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;NAME_SPECIFIER&gt;OP_SYS&lt;\/NAME_SPECIFIER&gt;<br \/>\n\t\t\t\t&lt;![CDATA[Solaris]]&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;RELEASE_FOUND&gt;<br \/>\n\t\t\t\t&lt;![CDATA[2.3.4.5]]&gt;<br \/>\n\t\t\t\t&lt;\/RELEASE_FOUND&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;NAME_SPECIFIER&gt;RELEASE_COMMITTED_RELEASE<br \/>\n\t\t\t\t&lt;\/NAME_SPECIFIER&gt;<br \/>\n\t\t\t\t&lt;![CDATA[5.2.2.1]]&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_UDF&gt;<br \/>\n\t\t\t\t&lt;RELEASE_FOUND&gt;<br \/>\n\t\t\t\t&lt;![CDATA[2.5.6]]&gt;<br \/>\n\t\t\t\t&lt;\/RELEASE_FOUND&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_RELEASE&gt;<br \/>\n\t\t\t\t&lt;ITEM_ATTACHMENT FILE_DESC=&#8217;Current log file&#8217; FILE_NAME=&#8217;EVJ.log&#8217; PATH=&#8217;C:\/t\/&#8217; CONTENT_TYPE=&#8217;text\/plain&#8217; &gt;<br \/>\n\t\t\t\t&lt;ATA[VEhJUyBJUyBBIEZJTEU=]]&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_ATTACHMENT&gt;<br \/>\n\t\t\t\t&lt;\/ITEM&gt;<br \/>\n\t\t\t\t&lt;\/ITEM_LIST&gt; <\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>There are three modes of importing item data from an XML format. Batch Mode. In this mode, an XML formatted input file is processed sequentially, creating new issues in the ExtraView database. This is driven from an administration screen. API Command. In this mode, an API command is executed, passing a single issue to ExtraView&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24165,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24166","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Import of Item Data - Product Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Import of Item Data - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"There are three modes of importing item data from an XML format. Batch Mode. In this mode, an XML formatted input file is processed sequentially, creating new issues in the ExtraView database. This is driven from an administration screen. API Command. In this mode, an API command is executed, passing a single issue to ExtraView...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-14T18:14:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/\",\"name\":\"Import of Item Data - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-02-14T18:14:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Administration Guide\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Import \/ Export\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Import of Item Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Import of Item Data - Product Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/","og_locale":"en_US","og_type":"article","og_title":"Import of Item Data - Product Documentation","og_description":"There are three modes of importing item data from an XML format. Batch Mode. In this mode, an XML formatted input file is processed sequentially, creating new issues in the ExtraView database. This is driven from an administration screen. API Command. In this mode, an API command is executed, passing a single issue to ExtraView...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-02-14T18:14:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/","name":"Import of Item Data - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-02-14T18:14:18+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/import-item-data-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Administration Guide","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/"},{"@type":"ListItem","position":4,"name":"Import \/ Export","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/import-export-1\/"},{"@type":"ListItem","position":5,"name":"Import of Item Data"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24166"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24166\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24165"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}