{"id":4299,"date":"2015-12-08T17:31:33","date_gmt":"2015-12-08T17:31:33","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=4299"},"modified":"2020-06-05T19:43:59","modified_gmt":"2020-06-05T23:43:59","slug":"zm-import-custom-metadata","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/","title":{"rendered":"Bulk metadata import"},"content":{"rendered":"\n<div class=\"warning\">\n<p>Target Audience: This article is targeted at system administrator who are comfortable with command line tools. If you are not please ask your system administrator to help you upload bulk metadata in Zoom.<\/p>\n<\/div>\n\n\n\n<p>Zoom supports import of assets as well as metadata using the command line interface. This will allow you to import either assets with metadata applied to individual files or just the metadata after the assets have been imported.<\/p>\n\n\n\n<div class=\"note\">The command assumes that you have already added the zm command to your system path. For example: &nbsp;\/home\/evolphin\/zoom\/bin\/ or c:\\P&#8230;F..(x86)\\Evolphin\\Dam\\bin.<\/div>\n\n\n\n<p>Steps to importing bulk metadata:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Create a comma separated value list (CSV) or a TAB delimited metadata file as described in the section below. You can download a&nbsp;sample&nbsp;metadata CSV file <a href=\"https:\/\/evolphin.com\/help\/examples\/forms\/md.csv\"><code class=\"\">md.csv<\/code><\/a> file that we use in the&nbsp;example below. <figure><img loading=\"lazy\" decoding=\"async\" width=\"835\" height=\"159\" class=\"alignnone wp-image-4300 size-large\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png\" alt=\"Screen Shot 2015-12-08 at 12.15.14 PM\"><\/figure> <\/li><li> <span style=\"font-size: 1rem;\">This is the Directory where we are running the command from<\/span> :<figure><img loading=\"lazy\" decoding=\"async\" width=\"656\" height=\"201\" class=\"alignnone wp-image-4301 \" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.50-PM-1024x314.png\" alt=\"Screen Shot 2015-12-08 at 12.15.50 PM\"><\/figure> <p>To create the metadata file please <a href=\"https:\/\/evolphin.com\/help\/docs\/configuring-hot-folders-5-3-above\/#md-import\">review this article that explains the file schema<\/a> used to specify the metadata Zoom can parse. The <code class=\"\">UID<\/code> column in the metadata file specified the unique identifier that is required to match the asset in Zoom and apply the metadata to. The <code class=\"\">UID<\/code> is the fully qualified file name in Zoom or it&#8217;s a relative path to the <code class=\"\">-d dir<\/code> option specified with the <code class=\"\">zm import<\/code> command<\/p> <\/li><li>CSV can use UNIX style line endings &#8216;\\n&#8217; (newline or LF) or Windows style line endings, &#8216;\\r\\n&#8217; (CRLF), but cannot have UTF-8 BOM (see tips below on how get rid of it)<\/li><li>Next execute the zm import command to bulk import the metadata. For example:<br><code class=\"\">zm -s http:\/\/192.168.56.102:8880 import -csv -m \"metadata migration\" -d \/Library&nbsp;-om -mf md.csv<br> <\/code><br>Here is the breakdown of the zm Import command:<br> <table style=\"border-color: #cccccc;\" border=\"1\" cellspacing=\"5\" cellpadding=\"5\"> <tbody> <tr> <td>s<\/td> <td>the server you are importing the asset metadata to<\/td> <\/tr> <tr> <td>csv<\/td> <td>this tells the import tool to use the metadata file as a CSV, otherwise by default its setup to use TAB&nbsp;delimited file<\/td> <\/tr> <tr> <td>d<\/td> <td>The assets paths inside the metadata file are relative to this destination folder on the Zoom repository<\/td> <\/tr> <tr> <td>mf<\/td> <td>metadata file path (in this example the command is being run in the folder where the metadata file resides)<\/td> <\/tr> <tr> <td>m<\/td> <td>comment for the metadata import, this is a required<\/td> <\/tr> <tr> <td>om<\/td> <td>Import only the metadata supplied in the input file, no asset files are to be imported<\/td> <\/tr> <tr> <td>df<\/td> <td>Advanced option: Format specifier for all date entries in the metadata being imported. For example, &#8220;MM\/dd\/yy&#8221; indicates the US locale standard format of month\/day\/year (two digits each)<\/td> <\/tr> <\/tbody> <\/table> <\/li><li>Once the command returns successfully, you can verify the applied metadata using the Zoom Asset Browser tool.<\/li><\/ol>\n\n\n\n<h2>Tips &amp; Tricks<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Updating existing metadata<\/h3>\n\n\n\n<p>If you wish to bulk update existing metadata of files already ingested in Zoom, then head over to the Zoom Asset Browser (VAB) and Export metadata on the selected assets via VAB &gt; Cart &gt; Export Metadata:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-4-1024x990.png\" alt=\"\" class=\"wp-image-15252\" width=\"512\" height=\"495\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-4-1024x990.png 1024w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-4-300x290.png 300w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-4-768x742.png 768w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-4.png 1078w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/figure>\n\n\n\n<p>Open the generated CSV file and delete columns:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Asset ID<\/li><li>FIPR or<\/li><li>system generated metadata fields based columns<\/li><\/ul>\n\n\n\n<p>You should end up with just the columns you wish to update in the CSV file, for example in the <em>zm-metadata.csv<\/em>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-5-1024x389.png\" alt=\"\" class=\"wp-image-15253\" width=\"768\" height=\"292\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-5-1024x389.png 1024w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-5-300x114.png 300w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-5-768x292.png 768w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-5.png 1412w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Using absolute paths in UID<\/h3>\n\n\n\n<p>As shown in the above Excel screenshot, if your UID starts with a slash &#8216;\/&#8217; that means you wish to use absolute UID to update the metadata in Zoom.  In that case please ensure you specify the root folder in the <em>-d arg<\/em> to the import command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>zm -s https:\/\/myzoomserver:9880 import -csv -m \"bulk metadata migration\" -d \/-om -mf zm-metadata.csv<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"utf8-bom\">UTF-8 BOM and Line Endings<\/h2>\n\n\n\n<p>The CSV can use UNIX style line endings, &#8216;\\n&#8217; (newline or LF) or Windows style line endings, &#8216;\\r\\n&#8217; (CRLF).  If you are using Microsoft Excel to export the CSV please don&#8217;t save as CSV UTF-8 as that adds the UTF-8 BOM. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-8.png\" alt=\"\" class=\"wp-image-15283\" width=\"596\" height=\"164\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-8.png 800w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-8-300x83.png 300w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-8-768x211.png 768w\" sizes=\"auto, (max-width: 596px) 100vw, 596px\" \/><figcaption><span class=\"has-inline-color has-vivid-red-color\">Avoid UTF-8 CSV<\/span><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-9.png\" alt=\"\" class=\"wp-image-15284\" width=\"596\" height=\"250\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-9.png 696w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-9-300x126.png 300w\" sizes=\"auto, (max-width: 596px) 100vw, 596px\" \/><figcaption><span style=\"color:#2c805f\" class=\"has-inline-color\">Use CSV or MS-DOS CSV format instead<\/span><\/figcaption><\/figure>\n\n\n\n<p>In case you need to test BOM and the line endings on a shell, use a tool like <em>od<\/em> for e.g. on MacOS Terminal app:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ od -c zm-metadata.csv<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-7.png\" alt=\"\" class=\"wp-image-15282\" width=\"394\" height=\"90\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-7.png 482w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-7-300x68.png 300w\" sizes=\"auto, (max-width: 394px) 100vw, 394px\" \/><figcaption><span class=\"has-inline-color has-luminous-vivid-orange-color\">File with a UTF-8 BOM as the beginning of the file<\/span><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-6-1024x162.png\" alt=\"\" class=\"wp-image-15281\" width=\"512\" height=\"81\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-6-1024x162.png 1024w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-6-300x47.png 300w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-6-768x122.png 768w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/06\/image-6.png 1074w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><figcaption><span class=\"has-inline-color has-luminous-vivid-orange-color\">File without a UTF-8 BOM at the beginning of the file<\/span><\/figcaption><\/figure>\n\n\n\n<p>To remove the BOM from the first line of a file you can use something like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> $ sed -e '1 s\/^.\/\/' md.csv > clean-md.csv<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Help with import command<\/h3>\n\n\n\n<p>Since we constantly are adding new features, it&#8217;s helpful to get the current usage help for the zm import command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ zm help import\n\nimport &#91;-nrec|--non-recursive] -m|--message v &#91;--message-file v] &#91;-t|--type v] &#91;-e|--charset v] &#91;-d|--dest-dir v] &#91;-p|--project v] &#91;--modifier v] &#91;-b|--branch v] &#91;-f|--force] &#91;-mrr|--multipleRowsPerRecord] &#91;-om|--onlyMeta] &#91;-csv] &#91;-mf|--metafile v] &#91;-kws|--keywordstock] &#91;-dup|--on-duplicate v] &#91;-df|--dateFormat v] &#91;-spd|--srcParentDir v] &#91;--usetb] &#91;-ep|--extractPath v] &#91;-bmd|--blanketMD v] &#91;-fet|--fileExistsInTPM v] &#91;infiles] &#91;--checkFqPath] &#91;-cid|--collectionId v] &#91;-uemd|--useExistingMDForMan] &#91;--override-c3 v] &#91;-it|--ingesttype v] &#91;-stc|--skipTPMCopy]\n\nThe command supports the following options:\n\n\n -nrec|--non-recursive          Do not descend into sub-directories.\n -m|--message v                 Specify a log message or comment that would be associated with this changeset.\n --message-file v               Specify a path to a file that contains the log message.\n -t|--type v                    Override file type detection and use the specified type.\n -e|--charset v                 Override the charset detection and use the specified charset\n -d|--dest-dir v                The destination path where the files need to be imported.\n -p|--project v                 Specify a project name.\n --modifier v                   Specify a valid file modifier, see user guide\n.....<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Target Audience: This article is targeted at system administrator who are comfortable with command line tools. If you are not please ask your system administrator to help you upload bulk metadata in Zoom. Zoom supports import of assets as well as metadata using the command line interface. This will allow you to import either assets [&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":[67],"tags":[],"class_list":["post-4299","post","type-post","status-publish","format-standard","hentry","category-metadata"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bulk metadata 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\/metadata\/zm-import-custom-metadata\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bulk metadata import - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Target Audience: This article is targeted at system administrator who are comfortable with command line tools. If you are not please ask your system administrator to help you upload bulk metadata in Zoom. Zoom supports import of assets as well as metadata using the command line interface. This will allow you to import either assets [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-08T17:31:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-05T23:43:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.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\\\/metadata\\\/zm-import-custom-metadata\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Bulk metadata import\",\"datePublished\":\"2015-12-08T17:31:33+00:00\",\"dateModified\":\"2020-06-05T23:43:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/\"},\"wordCount\":711,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png\",\"articleSection\":[\"Metadata\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/\",\"name\":\"Bulk metadata import - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png\",\"datePublished\":\"2015-12-08T17:31:33+00:00\",\"dateModified\":\"2020-06-05T23:43:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/metadata\\\/zm-import-custom-metadata\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bulk metadata 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":"Bulk metadata 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\/metadata\/zm-import-custom-metadata\/","og_locale":"en_US","og_type":"article","og_title":"Bulk metadata import - Evolphin Documentation","og_description":"Target Audience: This article is targeted at system administrator who are comfortable with command line tools. If you are not please ask your system administrator to help you upload bulk metadata in Zoom. Zoom supports import of assets as well as metadata using the command line interface. This will allow you to import either assets [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/","og_site_name":"Evolphin Documentation","article_published_time":"2015-12-08T17:31:33+00:00","article_modified_time":"2020-06-05T23:43:59+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.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\/metadata\/zm-import-custom-metadata\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Bulk metadata import","datePublished":"2015-12-08T17:31:33+00:00","dateModified":"2020-06-05T23:43:59+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/"},"wordCount":711,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png","articleSection":["Metadata"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/","url":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/","name":"Bulk metadata import - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png","datePublished":"2015-12-08T17:31:33+00:00","dateModified":"2020-06-05T23:43:59+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/12\/Screen-Shot-2015-12-08-at-12.15.14-PM-1024x196.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/metadata\/zm-import-custom-metadata\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Bulk metadata 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\/4299","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=4299"}],"version-history":[{"count":6,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/4299\/revisions"}],"predecessor-version":[{"id":15654,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/4299\/revisions\/15654"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=4299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=4299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=4299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}