{"id":584,"date":"2008-08-08T02:40:34","date_gmt":"2008-08-08T10:40:34","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/"},"modified":"2008-08-13T14:01:09","modified_gmt":"2008-08-13T22:01:09","slug":"new-primaltoys-object-for-easier-csv-handling","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/","title":{"rendered":"New PrimalToys object for easier CSV handling"},"content":{"rendered":"<p>With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files.<\/p>\n<p>While browsing through posts at ScriptingAnswers.com and some of Microsoft&#8217;s scripting related newsgroups I couldn&#8217;t help but notice that questions regarding CSV keep coming up.<\/p>\n<p>I mentioned this to one of our engineers, Stephen Poon, and he created this object that can edit and display CSV files really easily.<\/p>\n<p>The following script is a PowerShell sample, a VBScript sample is included with PrimalScript 2007 (any edition) and the free PrimalToys download at our <a href=\"http:\/\/www.primalscript.com\/Free_Tools\/index.asp\" target=\"_blank\">Free Tools Site<\/a><\/p>\n<p>$CSVEdit = New-Object -comObject &#8220;SAPIEN.CSVEditor&#8221;<br \/>\n$CSVEdit.FirstRowColumnNames = $True<br \/>\n$CSVEdit.DataStartRow = 1<br \/>\n$CSVEdit.ReadOnly = $True<br \/>\n$CSVEdit.Title = &#8220;Current Processes Summary&#8221;<br \/>\n$CSVEdit.Label=&#8221;Processes:&#8221; #Text Label for the Grid<\/p>\n<p>get-process | Export-Csv &#8220;C:\\Temp\\process.csv&#8221;<br \/>\n$CSVEdit.FileName = &#8220;C:\\Temp\\process.csv&#8221;<br \/>\n$CSVEdit.LoadFile()<br \/>\n$CSVEdit.ShowDialog()<\/p>\n<p>Running this will produce this dialog:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2008\/08\/image.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2008\/08\/image-thumb.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"216\" \/><\/a><\/p>\n<p>The object includes a number of methods to insert, remove, extract columns rows or fields with or without displaying the UI.<\/p>\n<p>Check it out and head over to our Free Tools forum at<br \/>\n<a title=\"http:\/\/support.sapien.com\/forum\/forum_topics.asp?FID=10\" href=\"http:\/\/support.sapien.com\/forum\/forum_topics.asp?FID=10\">http:\/\/support.sapien.com\/forum\/forum_topics.asp?FID=10<\/a><br \/>\nand let us know what you think and if\u00a0 there is anything we should add.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft&#8217;s scripting related newsgroups I couldn&#8217;t help but notice that questions regarding CSV keep coming up. I mentioned this to [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[21,24,25],"tags":[28,37,273,191,57,996],"class_list":["post-584","post","type-post","status-publish","format-standard","hentry","category-software-news","category-vbscript","category-windows-powershell","tag-powershell","tag-primalscript","tag-primaltoys","tag-sapien","tag-scripting","tag-vbscript"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft&#039;s scripting related newsgroups I couldn&#039;t help but notice that questions regarding CSV keep coming up. I mentioned this to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alex Riedel\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft&#039;s scripting related newsgroups I couldn&#039;t help but notice that questions regarding CSV keep coming up. I mentioned this to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-08-08T10:40:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-08-13T22:01:09+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft&#039;s scripting related newsgroups I couldn&#039;t help but notice that questions regarding CSV keep coming up. I mentioned this to\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#blogposting\",\"name\":\"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog\",\"headline\":\"New PrimalToys object for easier CSV handling\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2008\\\/08\\\/image-thumb.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#articleImage\"},\"datePublished\":\"2008-08-08T02:40:34-07:00\",\"dateModified\":\"2008-08-13T14:01:09-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#webpage\"},\"articleSection\":\"Software News, VBScript, Windows PowerShell, powershell, PrimalScript, PrimalToys, SAPIEN, scripting, VBScript\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#listItem\",\"name\":\"New PrimalToys object for easier CSV handling\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#listItem\",\"position\":3,\"name\":\"New PrimalToys object for easier CSV handling\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/\",\"name\":\"Alex Riedel\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/\",\"name\":\"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog\",\"description\":\"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\\\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft's scripting related newsgroups I couldn't help but notice that questions regarding CSV keep coming up. I mentioned this to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2008\\\/08\\\/08\\\/new-primaltoys-object-for-easier-csv-handling\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"datePublished\":\"2008-08-08T02:40:34-07:00\",\"dateModified\":\"2008-08-13T14:01:09-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog","description":"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft's scripting related newsgroups I couldn't help but notice that questions regarding CSV keep coming up. I mentioned this to","canonical_url":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#blogposting","name":"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog","headline":"New PrimalToys object for easier CSV handling","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2008\/08\/image-thumb.png","@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#articleImage"},"datePublished":"2008-08-08T02:40:34-07:00","dateModified":"2008-08-13T14:01:09-07:00","inLanguage":"en-US","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#webpage"},"articleSection":"Software News, VBScript, Windows PowerShell, powershell, PrimalScript, PrimalToys, SAPIEN, scripting, VBScript"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#listItem","name":"New PrimalToys object for easier CSV handling"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#listItem","position":3,"name":"New PrimalToys object for easier CSV handling","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/","name":"Alex Riedel"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/","name":"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog","description":"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft's scripting related newsgroups I couldn't help but notice that questions regarding CSV keep coming up. I mentioned this to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"datePublished":"2008-08-08T02:40:34-07:00","dateModified":"2008-08-13T14:01:09-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog","og:description":"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft's scripting related newsgroups I couldn't help but notice that questions regarding CSV keep coming up. I mentioned this to","og:url":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/","article:published_time":"2008-08-08T10:40:34+00:00","article:modified_time":"2008-08-13T22:01:09+00:00","twitter:card":"summary_large_image","twitter:title":"New PrimalToys object for easier CSV handling - DEV SAPIEN Blog","twitter:description":"With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and\/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft's scripting related newsgroups I couldn't help but notice that questions regarding CSV keep coming up. I mentioned this to"},"aioseo_meta_data":{"post_id":"584","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 14:51:32","updated":"2026-08-28 14:51:32"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" 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:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNew PrimalToys object for easier CSV handling\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"New PrimalToys object for easier CSV handling","link":"https:\/\/dev.sapien.com\/blog\/2008\/08\/08\/new-primaltoys-object-for-easier-csv-handling\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/584","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=584"}],"version-history":[{"count":3,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/584\/revisions"}],"predecessor-version":[{"id":610,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/584\/revisions\/610"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=584"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=584"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}