{"id":2371,"date":"2015-01-28T15:32:27","date_gmt":"2015-01-28T15:32:27","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=2371"},"modified":"2020-05-21T11:36:46","modified_gmt":"2020-05-21T15:36:46","slug":"keyword-stock-handling","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/","title":{"rendered":"Hierarchical Keyword Dictionary Import"},"content":{"rendered":"\n<p>Zoom supports importing a keyword stock\/dictionary to its repository. This dictionary can\u00a0be viewed from the Asset Browser\u00a0and keywords from it can be applied to the assets in Zoom.<\/p>\n\n\n\n<div class=\"note\">Any embedded (XMP) keywords found in the &#8220;IPTC: Keywords&#8221;&nbsp;property of an asset, if not already present in a&nbsp;categorized&nbsp;keyword, will be added automatically under the keyword panel&#8217;s&nbsp;&#8220;Uncategorized&#8221; bin in the Asset Browser. You can choose to move these to a categorized bin after a review.<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Keyword Dictionary&nbsp;Retrieval<\/h2>\n\n\n\n<p>The <span class=\"keyboard\"><em>zm getkwstock<\/em> CLI<\/span> command can be used by an admin to download the entire master keyword dictionary stored at the repository.<\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">&gt; zm help&nbsp;getkwstock<br>getkwstock [-m|&#8211;mtime] [&#8211;print-ID] [&#8211;from-rrn v]<br>The command supports the following options:<br>-m|&#8211;mtime Last modification time:<br>&#8211;print-ID Print the Ids also<br>&#8211;from-rrn v The reference rrn after which, all changes to the keyword stock must be fetched from the server.<br>The specified file containing keywords is imported to zoom. The command has various options which let you check duplication on the client as well as server side.Examples:<br>zm getkwstock<br>zm getkwstock &#8211;print-ID<br>zm getkwstock &#8211;from-rrn 5032<br>Gets the complete keyword dictionary from the repository if there have been changes since the indicated input time or indicated RRN.<br>If the keyword dictionary has not been modified since the input time, the server simply returns<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Example of a keyword dictionary returned by the zm <em>getkwstock<\/em> CLI<\/h4>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock.png\"><img decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png\" alt=\"getkwstock\" class=\"wp-image-2384\"\/><\/a><\/figure>\n\n\n\n<div class=\"json\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Keyword Dictionary Import<\/h2>\n\n\n\n<p>The <span class=\"keyboard\"><em>zm editkeyword<\/em> CLI<\/span> command can be used by an admin to import the master keyword stock into the repository.<\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">&gt; zm help editkeyword<br>editkeyword -kf|&#8211;kwfile v [-adf|&#8211;abortOnDuplicatesWithinFile] [-oda|&#8211;onDuplicateAbort] [-odr|&#8211;onDuplicateReplace] [-odm|&#8211;onDuplicateMerge]The command supports the following options:-kf|&#8211;kwfile v A file which contains the list of keywords&nbsp;to be imported.<br>-adf|&#8211;abortOnDuplicatesWithinFile Abort the operation when duplicates are present in the .txt file.<br>-oda|&#8211;onDuplicateAbort Abort the operation when you are trying to&nbsp;import keywords which are already present on the server.<br>-odr|&#8211;onDuplicateReplace Replace the already existing keywords on the server in case of duplication.<br>-odm|&#8211;onDuplicateMerge Merge the keywords with already existing keywords on the server in case of duplication.The specified file containing keywords is imported to zoom. The command has various options which let you check duplication on the client as well as server side.Examples:<br>zm editkws -kf filePath<br>zm editkws -kf filePath -adf<br>zm editkws -kf filePath -oda<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Format of Input Keyword&nbsp;Stock<\/h4>\n\n\n\n<div>\n<div class=\"json\">\n<p><code class=\"\">Author<\/code><\/p>\n<div style=\"padding-left: 20px;\"><code class=\"\">J K Rowling<\/code><br><code class=\"\">Sidney Sheldon<\/code><\/div>\n<p><code class=\"\">Sports<\/code><\/p>\n<div style=\"padding-left: 20px;\"><code class=\"\">Cricket<\/code><br><code class=\"\">Football<\/code><br><code class=\"\">Hockey<\/code><\/div>\n<div style=\"padding-left: 50px;\"><code class=\"\">Ice<\/code><\/div>\n<div style=\"padding-left: 50px;\"><code class=\"\">Air<\/code><\/div>\n<div style=\"padding-left: 20px;\"><code class=\"\">Table Tennis<\/code><\/div>\n<div style=\"padding-left: 20px;\"><code class=\"\">Baseball<\/code><\/div>\n<p><code class=\"\">Colors<\/code><\/p>\n<div style=\"padding-left: 20px;\"><code class=\"\">Red<\/code><br><code class=\"\">Blue<\/code><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<\/div>\n\n\n\n<p>The input file is a simple tab delimited text file arranged to indicate the required hierarchical organization of the keywords using TAB characters as a separator.<\/p>\n\n\n\n<p>Some simple pointers while constructing the input keyword stock file:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Enter a single keyword per line<\/li><li>If the keyword is child of the keyword in the previous line, add one more tab to indent further<\/li><li>If the keyword is the sibling of the parent of the keyword in the previous line, then remove one tab to un-indent<\/li><li>If the keyword is at the same hierarchy as the previous keyword, add\/remove no indents<\/li><\/ul>\n\n\n\n<div class=\"example\">&#8220;Cricket&#8221; is a child keyword to the entry &#8220;Sports&#8221; in the previous line. Therefore, this keyword is added after a tab (indent)<\/div>\n\n\n\n<div class=\"example\">&#8220;Table Tennis&#8221; is the sibling of &#8220;Hockey&#8221; which is the parent of the keyword &#8220;Air&#8221; in the previous line. Therefore, this keyword is added after removing a tab (unindent)<\/div>\n\n\n\n<div class=\"example\">&#8220;Football&#8221; is at the same hierarchy as the entry &#8220;Cricket&#8221; in the previous line.<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Other options available<\/h4>\n\n\n\n<p>-adf : (&#8211;abortOnDuplicatesWithinFile) Abort the operation when duplicates are present in the .txt file.<br>-oda : (&#8211;onDuplicateAbort) Abort the operation when you are trying to&nbsp;import keywords which are already present on the server.<br>-odr : (&#8211;onDuplicateReplace) Replace the already existing keywords on the server in case of duplication; in effect, this means that if there are child keywords under the duplicate on the server, they will be replaced by the child keywords in the input file if any.<br>-odm : (&#8211;onDuplicateMerge) Merge the keywords with already existing keywords on the server in case of duplication; in effect, this means that if there are child keywords under the duplicate on the server, they will be merged with the child keywords in the input file if any.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Keyword Dictionary\u00a0Delete<\/h2>\n\n\n\n<p>If the keyword stock\/dictionary needs to be deleted from the server to start afresh please follow these steps as a system administrator:<\/p>\n\n\n\n<div class=\"warning\">\n<p>This should be done by an experienced Zoom System Administrator as it involves stopping the server and deleting specific&nbsp;database files.<\/p>\n<\/div>\n\n\n\n<ol class=\"wp-block-list\"><li><a title=\"Zoom server checkpointing on restart\" href=\"https:\/\/evolphin.com\/help\/docs\/v5\/server\/zoom-server-checkpointing-on-restart\/#force-checkpoint\">Checkpoint<\/a> the Zoom server before proceeding<\/li><li>Once the <a title=\"Zoom server checkpointing on restart\" href=\"https:\/\/evolphin.com\/help\/docs\/v5\/server\/zoom-server-checkpointing-on-restart\/#end-checkpoint\">checkpoint is finished<\/a>, shut down the Zoom server again<\/li><li>Make a backup of the following&nbsp;files first and then delete these files from the Zoom server&#8217;s database folder:\n<ol>\n<li><code class=\"\">assetkeywordmap.db<\/code><\/li>\n<li><code class=\"\">kwidmap.db<\/code><\/li>\n<li><code class=\"\">kwtracker.db<\/code><\/li>\n<li><code class=\"\">keywordstock.db<\/code><\/li>\n<\/ol>\n<\/li><li>Restart the Zoom server<\/li><li>Open Asset Browser and confirm all the keywords are deleted<\/li><li>Now you can start afresh and import a new dictionary<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"hierarchy\">Auto-extraction of XMP IPTC:Keywords<\/h2>\n\n\n\n<p>As mentioned earlier, Zoom support automatically extracting XMP based IPTC:Keywords from an asset I not disabled in the metadata schema. If the XMP embedded value uses a pipe character (|) as a separator, Zoom can parse that and map it to a keyword hierarchy. For example ,&#8217;Parent | Child&#8217;, embedded in an XMP section of the file, will create the keywords <em>Parent<\/em> and <em>Child<\/em> in the <em>Uncategorized<\/em> bin of the keywords dictionary, and apply the <em>Child<\/em> keyword on the asset if under the keyword <em>Parent<\/em>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Zoom supports importing a keyword stock\/dictionary to its repository. This dictionary can\u00a0be viewed from the Asset Browser\u00a0and keywords from it can be applied to the assets in Zoom. Any embedded (XMP) keywords found in the &#8220;IPTC: Keywords&#8221;&nbsp;property of an asset, if not already present in a&nbsp;categorized&nbsp;keyword, will be added automatically under the keyword panel&#8217;s&nbsp;&#8220;Uncategorized&#8221; bin [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[27,84],"tags":[71,21],"class_list":["post-2371","post","type-post","status-publish","format-standard","hentry","category-administration-server","category-zoom-server","tag-zoom-4","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hierarchical Keyword Dictionary Import - Evolphin 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:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hierarchical Keyword Dictionary Import - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Zoom supports importing a keyword stock\/dictionary to its repository. This dictionary can\u00a0be viewed from the Asset Browser\u00a0and keywords from it can be applied to the assets in Zoom. Any embedded (XMP) keywords found in the &#8220;IPTC: Keywords&#8221;&nbsp;property of an asset, if not already present in a&nbsp;categorized&nbsp;keyword, will be added automatically under the keyword panel&#8217;s&nbsp;&#8220;Uncategorized&#8221; bin [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2015-01-28T15:32:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-21T15:36:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Hierarchical Keyword Dictionary Import\",\"datePublished\":\"2015-01-28T15:32:27+00:00\",\"dateModified\":\"2020-05-21T15:36:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/\"},\"wordCount\":898,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/getkwstock-1024x575.png\",\"keywords\":[\"zoom 4\",\"zoom 5\"],\"articleSection\":[\"Administration\",\"Zoom Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/\",\"name\":\"Hierarchical Keyword Dictionary Import - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/getkwstock-1024x575.png\",\"datePublished\":\"2015-01-28T15:32:27+00:00\",\"dateModified\":\"2020-05-21T15:36:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/getkwstock-1024x575.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/getkwstock-1024x575.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/keyword-stock-handling\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hierarchical Keyword Dictionary Import\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hierarchical Keyword Dictionary Import - Evolphin 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:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/","og_locale":"en_US","og_type":"article","og_title":"Hierarchical Keyword Dictionary Import - Evolphin Documentation","og_description":"Zoom supports importing a keyword stock\/dictionary to its repository. This dictionary can\u00a0be viewed from the Asset Browser\u00a0and keywords from it can be applied to the assets in Zoom. Any embedded (XMP) keywords found in the &#8220;IPTC: Keywords&#8221;&nbsp;property of an asset, if not already present in a&nbsp;categorized&nbsp;keyword, will be added automatically under the keyword panel&#8217;s&nbsp;&#8220;Uncategorized&#8221; bin [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/","og_site_name":"Evolphin Documentation","article_published_time":"2015-01-28T15:32:27+00:00","article_modified_time":"2020-05-21T15:36:46+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Hierarchical Keyword Dictionary Import","datePublished":"2015-01-28T15:32:27+00:00","dateModified":"2020-05-21T15:36:46+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/"},"wordCount":898,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png","keywords":["zoom 4","zoom 5"],"articleSection":["Administration","Zoom Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/","url":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/","name":"Hierarchical Keyword Dictionary Import - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png","datePublished":"2015-01-28T15:32:27+00:00","dateModified":"2020-05-21T15:36:46+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/01\/getkwstock-1024x575.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/keyword-stock-handling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Hierarchical Keyword Dictionary Import"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=2371"}],"version-history":[{"count":4,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2371\/revisions"}],"predecessor-version":[{"id":15001,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2371\/revisions\/15001"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=2371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=2371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=2371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}