{"id":161911,"date":"2008-11-11T20:36:06","date_gmt":"2008-11-11T20:36:06","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=161911"},"modified":"2018-12-18T11:46:46","modified_gmt":"2018-12-18T19:46:46","slug":"migrating-your-existing-data-into-the-geodatabase","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase","title":{"rendered":"Migrating your existing data into the Geodatabase"},"author":3981,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23851],"tags":[23241,25371,25381,43801],"industry":[],"product":[36991],"class_list":["post-161911","blog","type-blog","status-publish","format-standard","hentry","category-data-management","tag-best-practices","tag-geodata","tag-geodatabase","tag-migration","product-arcgis-desktop"],"acf":{"short_description":"While I was at the user conference earlier this year I was getting a lot of questions about migrating to the geodatabase from other data formats.","flexible_content":[{"acf_fc_layout":"content","content":"<p>While I was at the user conference earlier this year I was getting a lot of questions about migrating to the geodatabase from other data formats. I talked it over with Derek Law and he thought he\u2019d make a podcast about it (we\u2019ll link to that podcast when it hits the net). After seeing the script for his podcast I decided that some introductory style posts would also be a good way to get the info out to our users.<\/p>\n<p>So this is the first in a series of posts that will be addressing how to migrate to the geodatabase. We\u2019ll discuss migration strategies for five common GIS data formats:<\/p>\n<ul>\n<li>Shapefiles<\/li>\n<li>Coverages<\/li>\n<li>CAD<\/li>\n<li>Tables<\/li>\n<li>Imagery<\/li>\n<\/ul>\n<p>ArcCatalog is the ArcGIS Desktop application that allows you to manage and access GIS data. Within ArcCatalog, there are two general workflows to migrate GIS data into the geodatabase:<\/p>\n<ul>\n<li><strong>Import<\/strong>\u00a0data into the geodatabase<\/li>\n<li><strong>Export<\/strong>\u00a0data into the geodatabase<\/li>\n<\/ul>\n<p><strong>Importing data into the geodatabase \u2013\u00a0<\/strong>in the Catalog tree, select the geodatabase you want to place your GIS data into, right-click and select Import from the context menu, then choose the appropriate data import tool.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_2969.jpg\" align=\"middle\" border=\"0\" \/><\/p>\n<p><strong>Exporting data into the geodatabase &#8211;<\/strong>\u00a0In the Catalog tree, browse to and select the GIS dataset that you want to put into the geodatabase, right-click and select export from the context menu, then choose the appropriate data export tool<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_2968.jpg\" align=\"middle\" border=\"0\" \/><\/p>\n<p>Both approaches use the same geoprocessing (GP) tools that are readily available directly within ArcToolbox, specifically in the\u00a0<em>Conversion Tools<\/em>\u00a0toolbox, in the\u00a0<em>To Geodatabase<\/em>\u00a0toolset.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_2967.jpg\" align=\"middle\" border=\"0\" \/><\/p>\n<p>Since the\u00a0<em>To Geodatabase<\/em>\u00a0toolset migration tools are GP tools, you can leverage them within the ArcGIS geoprocessing framework.<\/p>\n<p>This means that you can execute the migration tools in several different ways:<\/p>\n<ul>\n<li>As a regular tool dialog by activating the tool in ArcToolbox<\/li>\n<li>As part of a model in ModelBuilder<\/li>\n<li>Within a Python script<\/li>\n<li>Via the ArcGIS Desktop command line interface<\/li>\n<\/ul>\n<p>For more detailed information on the different ways to execute a GP tool in ArcGIS, look in the\u00a0<a href=\"http:\/\/webhelpdev.esri.com\/arcgisdesktop\/9.3\/index.cfm?TopicName=What_is_geoprocessing?\">Geoprocessing help book<\/a>, in the ArcGIS Desktop help.<\/p>\n<p><strong>Migrating Shapefiles into a Geodatabase<\/strong><\/p>\n<p>So first, let\u2019s look at migrating shapefiles into the geodatabase. A shapefile is the native data format for ArcView GIS 3.x technology. It is a type of feature class and therefore directly maps to the geodatabase as a single feature class when you migrate it to the geodatabase.<\/p>\n<p>There are two key GP tools for migrating your shapefiles into the geodatabase:<\/p>\n<ul>\n<li>Feature Class to Feature Class<\/li>\n<li>Feature Class to Geodatabase<\/li>\n<\/ul>\n<p>The\u00a0<strong><em>Feature Class to Feature Class<\/em><\/strong>\u00a0tool works on a single shapefile.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_2970.jpg\" align=\"middle\" border=\"0\" \/><\/p>\n<p>You will need to specify the following:<\/p>\n<ul type=\"disc\">\n<li>Input Features \u2013 you can browse to a shapefile or drag and drop one into the input box.<\/li>\n<li>Output location \u2013 this can be the geodatabase or a feature dataset within the geodatabase. Again you can browse to a location or drag and drop one into the input box<\/li>\n<li>Output Feature Class \u2013 the name of the output feature class that will be created.<\/li>\n<\/ul>\n<p>There are also 3 optional input parameters:<\/p>\n<ul type=\"disc\">\n<li>Expression \u2013 enables you to define a SQL expression to select a subset of the rows in the input table to migrate.<\/li>\n<li>Field Map \u2013 provides options to add, rename, or delete fields when the input shapefile is converted to the output feature class.<\/li>\n<li>Configuration Keyword \u2013 this is used to specify storage parameters in ArcSDE geodatabases and File geodatabases.<\/li>\n<\/ul>\n<p>For the Field Map parameter, we recommended that you drop the FID, shape_length, and shape_area attribute fields, because these will be replaced by new fields when the shapefile becomes a feature class in the geodatabase.<\/p>\n<p><strong>The\u00a0<em>Feature Class to Geodatabase<\/em><\/strong>\u00a0tool works on multiple shapefiles. Idealy you would use this tool over the Feature Class to Feature Class tool if you had many shape files to migrate to a Geodatabase. To use this tool you specify one or more shapefiles to convert and the output geodatabase location. By default, the shapefiles will have the same names as the original shapefiles when they are migrated into the geodatabase.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/blogs\/images\/dev_2971.jpg\" align=\"middle\" border=\"0\" \/><\/p>\n<p>Using GP tools makes the task of migrating shapefile data into a geodatabase quick and painless. As mentioned before, GP tools can be used in a number of different ways including initiating the tools through ArcCatalog, using them directly from the toolbox, or scripting the tool execution in python.<\/p>\n"}],"authors":[{"ID":3981,"user_firstname":"Jonathan","user_lastname":"Murphy","nickname":"Jonathan Murphy","user_nicename":"jonmurphy","display_name":"Jonathan Murphy","user_email":"jonathan_murphy@esri.com","user_url":"","user_registered":"2018-03-02 00:15:37","user_description":"Product Owner, UX Designer and Content Strategist on the Geodatabase team at Esri. \r\nWriter, musician, cockatiel whisperer and prolific world traveler.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/J_Mu-213x200.png' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":"","card_image":false,"wide_image":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Migrating your existing data into the Geodatabase<\/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:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrating your existing data into the Geodatabase\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-18T19:46:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\"},\"author\":{\"name\":\"Jonathan Murphy\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/dec789ad68db472c6018c1c9068998be\"},\"headline\":\"Migrating your existing data into the Geodatabase\",\"datePublished\":\"2008-11-11T20:36:06+00:00\",\"dateModified\":\"2018-12-18T19:46:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Best Practices\",\"geodata\",\"geodatabase\",\"migration\"],\"articleSection\":[\"Data Management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\",\"name\":\"Migrating your existing data into the Geodatabase\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2008-11-11T20:36:06+00:00\",\"dateModified\":\"2018-12-18T19:46:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrating your existing data into the Geodatabase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/dec789ad68db472c6018c1c9068998be\",\"name\":\"Jonathan Murphy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/J_Mu-213x200.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/J_Mu-213x200.png\",\"caption\":\"Jonathan Murphy\"},\"description\":\"Product Owner, UX Designer and Content Strategist on the Geodatabase team at Esri. Writer, musician, cockatiel whisperer and prolific world traveler.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/jonmurphy\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Migrating your existing data into the Geodatabase","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:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase","og_locale":"en_US","og_type":"article","og_title":"Migrating your existing data into the Geodatabase","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-12-18T19:46:46+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase"},"author":{"name":"Jonathan Murphy","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/dec789ad68db472c6018c1c9068998be"},"headline":"Migrating your existing data into the Geodatabase","datePublished":"2008-11-11T20:36:06+00:00","dateModified":"2018-12-18T19:46:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase"},"wordCount":7,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Best Practices","geodata","geodatabase","migration"],"articleSection":["Data Management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase","name":"Migrating your existing data into the Geodatabase","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2008-11-11T20:36:06+00:00","dateModified":"2018-12-18T19:46:46+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/data-management\/migrating-your-existing-data-into-the-geodatabase#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Migrating your existing data into the Geodatabase"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/dec789ad68db472c6018c1c9068998be","name":"Jonathan Murphy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/J_Mu-213x200.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/04\/J_Mu-213x200.png","caption":"Jonathan Murphy"},"description":"Product Owner, UX Designer and Content Strategist on the Geodatabase team at Esri. Writer, musician, cockatiel whisperer and prolific world traveler.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/jonmurphy"}]}},"text_date":"November 11, 2008","author_name":"Jonathan Murphy","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/jonmurphy","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcMap","tag_data":[{"term_id":23241,"name":"Best Practices","slug":"best-practices","term_group":0,"term_taxonomy_id":23241,"taxonomy":"post_tag","description":"","parent":0,"count":57,"filter":"raw"},{"term_id":25371,"name":"geodata","slug":"geodata","term_group":0,"term_taxonomy_id":25371,"taxonomy":"post_tag","description":"","parent":0,"count":10,"filter":"raw"},{"term_id":25381,"name":"geodatabase","slug":"geodatabase","term_group":0,"term_taxonomy_id":25381,"taxonomy":"post_tag","description":"","parent":0,"count":48,"filter":"raw"},{"term_id":43801,"name":"migration","slug":"migration","term_group":0,"term_taxonomy_id":43801,"taxonomy":"post_tag","description":"","parent":0,"count":17,"filter":"raw"}],"category_data":[{"term_id":23851,"name":"Data Management","slug":"data-management","term_group":0,"term_taxonomy_id":23851,"taxonomy":"category","description":"","parent":0,"count":920,"filter":"raw"}],"product_data":[{"term_id":36991,"name":"ArcMap","slug":"arcgis-desktop","term_group":0,"term_taxonomy_id":36991,"taxonomy":"product","description":"","parent":36981,"count":325,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-desktop","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/161911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/3981"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=161911"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/161911\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=161911"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=161911"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=161911"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=161911"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=161911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}