{"id":4014,"date":"2022-02-15T00:18:25","date_gmt":"2022-02-15T08:18:25","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=4014"},"modified":"2022-02-15T00:18:27","modified_gmt":"2022-02-15T08:18:27","slug":"how-to-split-a-column-with-multiple-values-into-rows-excel","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=4014","title":{"rendered":"How to Split a Column with Multiple Values into Rows (Excel)"},"content":{"rendered":"\n<p>I have received some sales data from John, my favourite imaginary salesperson.&nbsp; He\u2019s decided to merge some of his data.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/b\/b\/csm_image1_20615f5795.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I have a list of companies on each line, instead of one row for each company.&nbsp; I want to have one row per company so that I can link to other company data.<\/p>\n\n\n\n<p>I start by extracting my data to Power Query using \u2018From Table\u2019 on the \u2018Get &amp; Transform\u2019 section of the \u2018Data\u2019 tab:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/e\/9\/csm_image2_9bf7fe6d6a.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I keep the headings and create my table.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/c\/a\/csm_image3_b9c6962f54.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I want to split the column&nbsp;<strong><em>Company<\/em><\/strong>. &nbsp;I select this column and right-click to see the options:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/a\/7\/csm_image4_c4e1ca0945.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I can split my column \u2018By Delimiter\u2026\u2019, so I choose this option.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/4\/0\/csm_image5_dce0713e03.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I can choose to split by semicolon (;) \u2013 however, I don\u2019t want to split into multiple columns, as each separate piece of data will be a company, so I look at the \u2018Advanced options\u2019 available.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/6\/e\/csm_image6_4380fab1c4.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I can split into rows, so I choose this option instead.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/f\/f\/csm_image7_7dd33ca2e1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>I now have a row for each company, with one simple step (and no&nbsp;<strong>M<\/strong>&nbsp;code knowledge required!). &nbsp;The generated&nbsp;<strong>M<\/strong>&nbsp;code is:<\/p>\n\n\n\n<p><strong>= Table.ExpandListColumn(Table.TransformColumns(#&#8221;Changed Type&#8221;, {{&#8220;Company&#8221;, Splitter.SplitTextByDelimiter(&#8220;;&#8221;, QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), &#8220;Company&#8221;)<\/strong><\/p>\n\n\n\n<p>This has used the&nbsp;<strong>M<\/strong>&nbsp;function&nbsp;<strong>Table.ExpandListColumn()<\/strong>:<\/p>\n\n\n\n<p><strong>Table.ExpandListColumn(table<\/strong>&nbsp;as table,&nbsp;<strong>column<\/strong>&nbsp;as text) as table&nbsp;<\/p>\n\n\n\n<p>Given a column of list data in a table, this creates a copy of a row for each value in its list.<\/p>\n\n\n\n<p>Power Query has converted the&nbsp;<strong><em>Company<\/em><\/strong>&nbsp;column to a column of lists by using&nbsp;<strong>Splitter.SplitTextByDelimiter()<\/strong>, and then converted that list into rows. &nbsp;In this case, my data was delimited by a simple semicolon, but there are also options to use special characters, making this a very powerful function when dealing with complex columns.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/9\/8\/csm_image8_f509940aa4.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>Ref: https:\/\/www.sumproduct.com\/blog\/article\/power-query-blogs\/power-query-rows-of-columns<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have received some sales data from John, my favourite imaginary salesperson.&nbsp; He\u2019s decided to merge some of his data. I have a list of companies on each line, instead of one row for each company.&nbsp; I want to have one row per company so that I can link to other company data. I start <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=4014\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10,18,621],"tags":[1113,1112],"class_list":["post-4014","post","type-post","status-publish","format-standard","hentry","category-microsoft","category-microsoft-office","category-power-bi","tag-split-a-column-into-rows","tag-split-a-column-with-multiple-values-into-rows"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I have received some sales data from John, my favourite imaginary salesperson. He\u2019s decided to merge some of his data. I have a list of companies on each line, instead of one row for each company. I want to have one row per company so that I can link to other company data. I start\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"split a column into rows,split a column with multiple values into rows,microsoft family,microsoft office,power bi\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=4014\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#article\",\"name\":\"How to Split a Column with Multiple Values into Rows (Excel) | Summa Lai\",\"headline\":\"How to Split a Column with Multiple Values into Rows (Excel)\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/sumproduct-4634.kxcdn.com\\\/fileadmin\\\/_processed_\\\/b\\\/b\\\/csm_image1_20615f5795.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014\\\/#articleImage\"},\"datePublished\":\"2022-02-15T00:18:25-08:00\",\"dateModified\":\"2022-02-15T00:18:27-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#webpage\"},\"articleSection\":\"Microsoft Family, Microsoft Office, Power BI, Split a Column into Rows, Split a Column with Multiple Values into Rows\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"position\":2,\"name\":\"Microsoft Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"name\":\"Microsoft Office\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"position\":3,\"name\":\"Microsoft Office\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#listItem\",\"name\":\"How to Split a Column with Multiple Values into Rows (Excel)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#listItem\",\"position\":4,\"name\":\"How to Split a Column with Multiple Values into Rows (Excel)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"name\":\"Microsoft Office\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014\",\"name\":\"How to Split a Column with Multiple Values into Rows (Excel) | Summa Lai\",\"description\":\"I have received some sales data from John, my favourite imaginary salesperson. He\\u2019s decided to merge some of his data. I have a list of companies on each line, instead of one row for each company. I want to have one row per company so that I can link to other company data. I start\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4014#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2022-02-15T00:18:25-08:00\",\"dateModified\":\"2022-02-15T00:18:27-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Split a Column with Multiple Values into Rows (Excel) | Summa Lai","description":"I have received some sales data from John, my favourite imaginary salesperson. He\u2019s decided to merge some of his data. I have a list of companies on each line, instead of one row for each company. I want to have one row per company so that I can link to other company data. I start","canonical_url":"https:\/\/SUMMALAI.COM\/?p=4014","robots":"max-image-preview:large","keywords":"split a column into rows,split a column with multiple values into rows,microsoft family,microsoft office,power bi","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=4014#article","name":"How to Split a Column with Multiple Values into Rows (Excel) | Summa Lai","headline":"How to Split a Column with Multiple Values into Rows (Excel)","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/sumproduct-4634.kxcdn.com\/fileadmin\/_processed_\/b\/b\/csm_image1_20615f5795.png","@id":"https:\/\/SUMMALAI.COM\/?p=4014\/#articleImage"},"datePublished":"2022-02-15T00:18:25-08:00","dateModified":"2022-02-15T00:18:27-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=4014#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=4014#webpage"},"articleSection":"Microsoft Family, Microsoft Office, Power BI, Split a Column into Rows, Split a Column with Multiple Values into Rows"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=4014#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","position":2,"name":"Microsoft Family","item":"https:\/\/SUMMALAI.COM\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","name":"Microsoft Office"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","position":3,"name":"Microsoft Office","item":"https:\/\/SUMMALAI.COM\/?cat=18","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4014#listItem","name":"How to Split a Column with Multiple Values into Rows (Excel)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4014#listItem","position":4,"name":"How to Split a Column with Multiple Values into Rows (Excel)","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","name":"Microsoft Office"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4014#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4014#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=4014#webpage","url":"https:\/\/SUMMALAI.COM\/?p=4014","name":"How to Split a Column with Multiple Values into Rows (Excel) | Summa Lai","description":"I have received some sales data from John, my favourite imaginary salesperson. He\u2019s decided to merge some of his data. I have a list of companies on each line, instead of one row for each company. I want to have one row per company so that I can link to other company data. I start","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=4014#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2022-02-15T00:18:25-08:00","dateModified":"2022-02-15T00:18:27-08:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"4014","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65a0c9a3baf23","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-02-15 08:15:59","updated":"2024-01-12 05:09:55","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=10\" title=\"Microsoft Family\">Microsoft Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=18\" title=\"Microsoft Office\">Microsoft Office<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Split a Column with Multiple Values into Rows (Excel)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Microsoft Family","link":"https:\/\/SUMMALAI.COM\/?cat=10"},{"label":"Microsoft Office","link":"https:\/\/SUMMALAI.COM\/?cat=18"},{"label":"How to Split a Column with Multiple Values into Rows (Excel)","link":"https:\/\/SUMMALAI.COM\/?p=4014"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4014"}],"version-history":[{"count":1,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4014\/revisions"}],"predecessor-version":[{"id":4015,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4014\/revisions\/4015"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4014"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4014"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}