{"id":12372,"date":"2021-09-23T12:36:23","date_gmt":"2021-09-23T16:36:23","guid":{"rendered":"http:\/\/www.iri.com\/blog\/?p=12372"},"modified":"2024-09-23T13:41:12","modified_gmt":"2024-09-23T17:41:12","slug":"adding-location-definitions-to-metadata","status":"publish","type":"post","link":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/","title":{"rendered":"Adding Location Definitions to Metadata"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">IRI\u2019s data management tools share a familiar and self-documenting metadata language called <\/span><a href=\"\/products\/cosort\/sortcl\"><span style=\"font-weight: 400;\">SortCL<\/span><\/a><span style=\"font-weight: 400;\">. All these tools \u2014 including CoSort, FieldShield, NextForm, and RowGen \u2014 require data definition file (DDF) layouts with \/FIELD specifications for each <\/span><a href=\"\/products\/workbench\/data-sources\"><span style=\"font-weight: 400;\">data source<\/span><\/a><span style=\"font-weight: 400;\"> so the data is mapped to the metadata.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Because these DDF files can define both sources and targets, they are easily reusable. Part of the flexibility is that field attributes that are not applicable for a file type are ignored. Therefore, this allows the use of the same DDF for a CSV file, a database table, \u00a0a JSON file, or any other <\/span><a href=\"\/products\/workbench\/data-sources\"><span style=\"font-weight: 400;\">data source<\/span><\/a><span style=\"font-weight: 400;\"> provided the base field structure is the same.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Using the <\/span><a href=\"\/blog\/data-transformation2\/using-the-metadata-discovery-wizard\/\"><span style=\"font-weight: 400;\">Discover Metadata<\/span><\/a><span style=\"font-weight: 400;\"> wizard in <\/span><a href=\"\/products\/workbench\"><span style=\"font-weight: 400;\">IRI Workbench<\/span><\/a> <span style=\"font-weight: 400;\">(WB) produces the following DDF from a CSV file (shown in the bottom half of the screen shot). The name of the fields are generated from the header row.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12374\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-csv.png\" alt=\"Adding Location Definitions Metadata DDF and CSV demo\" width=\"600\" height=\"404\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-csv.png 789w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-csv-300x202.png 300w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-csv-768x517.png 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">The target for the job is a JSON file that is created from this csv file. However, since the JSON file does not exist yet, the Discover Metadata wizard cannot be used to create the metadata. Instead, a context menu item \u201cAdd Location Definition\u201d can be used on the DDF created from the csv file to add definitions for how the JSON file will be formatted.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12375\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-right-click.png\" alt=\"Adding Location Definitions to Meadata, right click\" width=\"600\" height=\"283\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-right-click.png 874w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-right-click-300x141.png 300w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-right-click-768x362.png 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">There are currently five types of Location Definitions (DEFs): ODEF for databases, JDEF for JSON files, XDEF for XML files, LDEF for LDIF files, and MDEF for MongoDB. Each DEF has its own format based on standard industry paths. After selecting the type of location definition that is needed, the table of suggested names is filled out by using the existing name of the field from the DDF.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12373 size-full\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-add-location-definition-wizard.png\" alt=\"Adding Location Definitions to Metadata wizard\" width=\"525\" height=\"450\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-add-location-definition-wizard.png 525w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-add-location-definition-wizard-300x257.png 300w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-add-location-definition-wizard-350x300.png 350w\" sizes=\"(max-width: 525px) 100vw, 525px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">However, the format needs to change so that an object is output for the first and last name fields. By using JSON path syntax, an object called \u201cNAME\u201d with two objects called \u201cLAST\u201d and \u201cFIRST\u201d can be created. Additionally, an \u201cADDRESS\u201d object is created with four detail objects within it.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12378\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-last-name.png\" alt=\"Adding Location Definitions to Metadata, last name highlighted\" width=\"525\" height=\"450\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-last-name.png 525w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-last-name-300x257.png 300w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-last-name-350x300.png 350w\" sizes=\"(max-width: 525px) 100vw, 525px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Upon clicking OK, the DDF is modified to include the specified JDEFs.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12376\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-script.png\" alt=\"Addition Location Definitions to Metadata, DDF job script generated by Voracity\" width=\"600\" height=\"248\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-script.png 762w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-ddf-script-300x124.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Now the same DDF can be used for both source and target in the migration wizard below. The source csv file has no use of the JDEF; therefore, it is ignored in source.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12379\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png\" alt=\"Adding Location Definitions to Metadata, Single Source Migration wizard\" width=\"600\" height=\"491\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png 659w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard-300x245.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Running the produced script creates the following JSON file. Note how the names and address details are grouped.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12377\" src=\"\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-json-file.png\" alt=\"Adding Location Definitions to Metadata, JSON file\" width=\"532\" height=\"521\" srcset=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-json-file.png 532w, https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-json-file-300x294.png 300w\" sizes=\"(max-width: 532px) 100vw, 532px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Creating and modifying the DDF files before starting any jobs allows greater flexibility in their use. Various context menus are available for making the modifications; however, hand editing can be used as well.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you have any questions or need help, contact your IRI representative <\/span><a href=\"\/partners\/resellers\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>IRI\u2019s data management tools share a familiar and self-documenting metadata language called SortCL. All these tools \u2014 including CoSort, FieldShield, NextForm, and RowGen \u2014 require data definition file (DDF) layouts with \/FIELD specifications for each data source so the data is mapped to the metadata. Because these DDF files can define both sources and targets,<\/p>\n<div><a class=\"btn-filled btn\" href=\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\" title=\"Adding Location Definitions to Metadata\">Read More<\/a><\/div>\n","protected":false},"author":43,"featured_media":12379,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[1363,611,765,1364,561,1112,71,546,520,553,526,850,1104,489,764,1362,1216],"class_list":["post-12372","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-transformation2","tag-comma-separated-value","tag-csv","tag-data-definition-file","tag-data-sources","tag-ddf","tag-discover-metadata","tag-eclipse","tag-iri-cosort","tag-iri-fieldshield","tag-iri-nextform","tag-iri-rowgen","tag-iri-workbench","tag-json","tag-metadata","tag-metadata-definition","tag-metadata-definition-wizard","tag-voracity"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.4 (Yoast SEO v23.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adding Location Definitions to Metadata - IRI<\/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.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding Location Definitions to Metadata\" \/>\n<meta property=\"og:description\" content=\"IRI\u2019s data management tools share a familiar and self-documenting metadata language called SortCL. All these tools \u2014 including CoSort, FieldShield, NextForm, and RowGen \u2014 require data definition file (DDF) layouts with \/FIELD specifications for each data source so the data is mapped to the metadata. Because these DDF files can define both sources and targets,Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\" \/>\n<meta property=\"og:site_name\" content=\"IRI\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-23T16:36:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-23T17:41:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png\" \/>\n\t<meta property=\"og:image:width\" content=\"659\" \/>\n\t<meta property=\"og:image:height\" content=\"539\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Claudia Irvine\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Claudia Irvine\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\"},\"author\":{\"name\":\"Claudia Irvine\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/person\/72af50bbb317610e193e96392081f9b0\"},\"headline\":\"Adding Location Definitions to Metadata\",\"datePublished\":\"2021-09-23T16:36:23+00:00\",\"dateModified\":\"2024-09-23T17:41:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\"},\"wordCount\":444,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png\",\"keywords\":[\"comma separated value\",\"csv\",\"data definition file\",\"Data sources\",\"DDF\",\"discover metadata\",\"Eclipse\",\"IRI CoSort\",\"IRI FieldShield\",\"IRI NextForm\",\"IRI RowGen\",\"IRI Workbench\",\"JSON\",\"metadata\",\"metadata definition\",\"metadata definition wizard\",\"Voracity\"],\"articleSection\":[\"Data Transformation\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\",\"url\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\",\"name\":\"Adding Location Definitions to Metadata - IRI\",\"isPartOf\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png\",\"datePublished\":\"2021-09-23T16:36:23+00:00\",\"dateModified\":\"2024-09-23T17:41:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage\",\"url\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png\",\"contentUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png\",\"width\":659,\"height\":539,\"caption\":\"Adding Location Definitions to Metadata, Single Source Migration wizard\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.iri.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding Location Definitions to Metadata\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.iri.com\/blog\/#website\",\"url\":\"https:\/\/www.iri.com\/blog\/\",\"name\":\"IRI\",\"description\":\"Total Data Management Blog\",\"publisher\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.iri.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.iri.com\/blog\/#organization\",\"name\":\"IRI\",\"url\":\"https:\/\/www.iri.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png\",\"contentUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png\",\"width\":750,\"height\":206,\"caption\":\"IRI\"},\"image\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/person\/72af50bbb317610e193e96392081f9b0\",\"name\":\"Claudia Irvine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb33dee44756bd13ac23f1342c2bb7b2?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fb33dee44756bd13ac23f1342c2bb7b2?s=96&d=blank&r=g\",\"caption\":\"Claudia Irvine\"},\"url\":\"https:\/\/www.iri.com\/blog\/author\/claudiai\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Adding Location Definitions to Metadata - IRI","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.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/","og_locale":"en_US","og_type":"article","og_title":"Adding Location Definitions to Metadata","og_description":"IRI\u2019s data management tools share a familiar and self-documenting metadata language called SortCL. All these tools \u2014 including CoSort, FieldShield, NextForm, and RowGen \u2014 require data definition file (DDF) layouts with \/FIELD specifications for each data source so the data is mapped to the metadata. Because these DDF files can define both sources and targets,Read More","og_url":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/","og_site_name":"IRI","article_published_time":"2021-09-23T16:36:23+00:00","article_modified_time":"2024-09-23T17:41:12+00:00","og_image":[{"width":659,"height":539,"url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png","type":"image\/png"}],"author":"Claudia Irvine","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Claudia Irvine","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#article","isPartOf":{"@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/"},"author":{"name":"Claudia Irvine","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/person\/72af50bbb317610e193e96392081f9b0"},"headline":"Adding Location Definitions to Metadata","datePublished":"2021-09-23T16:36:23+00:00","dateModified":"2024-09-23T17:41:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/"},"wordCount":444,"commentCount":0,"publisher":{"@id":"https:\/\/www.iri.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage"},"thumbnailUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png","keywords":["comma separated value","csv","data definition file","Data sources","DDF","discover metadata","Eclipse","IRI CoSort","IRI FieldShield","IRI NextForm","IRI RowGen","IRI Workbench","JSON","metadata","metadata definition","metadata definition wizard","Voracity"],"articleSection":["Data Transformation"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/","url":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/","name":"Adding Location Definitions to Metadata - IRI","isPartOf":{"@id":"https:\/\/www.iri.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage"},"image":{"@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage"},"thumbnailUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png","datePublished":"2021-09-23T16:36:23+00:00","dateModified":"2024-09-23T17:41:12+00:00","breadcrumb":{"@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#primaryimage","url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png","contentUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png","width":659,"height":539,"caption":"Adding Location Definitions to Metadata, Single Source Migration wizard"},{"@type":"BreadcrumbList","@id":"https:\/\/www.iri.com\/blog\/data-transformation2\/adding-location-definitions-to-metadata\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.iri.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Adding Location Definitions to Metadata"}]},{"@type":"WebSite","@id":"https:\/\/www.iri.com\/blog\/#website","url":"https:\/\/www.iri.com\/blog\/","name":"IRI","description":"Total Data Management Blog","publisher":{"@id":"https:\/\/www.iri.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.iri.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.iri.com\/blog\/#organization","name":"IRI","url":"https:\/\/www.iri.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png","contentUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png","width":750,"height":206,"caption":"IRI"},"image":{"@id":"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/person\/72af50bbb317610e193e96392081f9b0","name":"Claudia Irvine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fb33dee44756bd13ac23f1342c2bb7b2?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fb33dee44756bd13ac23f1342c2bb7b2?s=96&d=blank&r=g","caption":"Claudia Irvine"},"url":"https:\/\/www.iri.com\/blog\/author\/claudiai\/"}]}},"jetpack_featured_media_url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2018\/09\/adding-location-definitions-metadata-single-source-migration-wizard.png","_links":{"self":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts\/12372"}],"collection":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/users\/43"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/comments?post=12372"}],"version-history":[{"count":1,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts\/12372\/revisions"}],"predecessor-version":[{"id":12380,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts\/12372\/revisions\/12380"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/media\/12379"}],"wp:attachment":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/media?parent=12372"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/categories?post=12372"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/tags?post=12372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}