{"id":1152,"date":"2023-06-08T01:14:44","date_gmt":"2023-06-08T01:14:44","guid":{"rendered":"https:\/\/craftcookcode.com\/?p=1152"},"modified":"2024-08-06T02:31:11","modified_gmt":"2024-08-06T02:31:11","slug":"qlik-replicate-simple-trick-for-source-file-connectors","status":"publish","type":"post","link":"https:\/\/craftcookcode.com\/?p=1152","title":{"rendered":"Qlik Replicate &#8211; Simple trick for Source file connectors"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Quick post on a trick I use in Qlik Replicate<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Qlik Replicate has a Source connector to consume flat files from a drive.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">More details can be found on the <a href=\"https:\/\/help.qlik.com\/en-US\/replicate\/May2023\/Content\/Replicate\/Main\/File\/file_source.htm\">Qlik website<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For change data capture of these files; Qlik will only consume files that have a newer &#8220;Last Change Date&#8221; than when the task is started.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So if for some reason you have to stop and reload files that are already present; you have to change the &#8220;Last Modified Date&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simple Powershell command that I got from <a href=\"https:\/\/www.itechtics.com\/change-timestamp\/\">itechtics.com<\/a> can be used to reset all the dates in a directory of your choice.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nGet-ChildItem -force PathToItem * | ForEach-Object{$_.LastWriteTime = (&quot;yyyy-mm-dd hh24:mi:ss&quot;)}\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">So to change all the dates of the files in the directory C:tempload to the current time (as of writing):<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nGet-ChildItem -force c:\\temp\\load * | ForEach-Object{$_.LastWriteTime = (&quot;2023-06-08 11:05:00&quot;)}\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/craftcookcode.com\/wp-content\/uploads\/2023\/06\/Code_PowerShell-1024x601.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If a Qlik Replicate task is running and watching this directory; it will reload the file <em>my_load.file.csv<\/em>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive.&nbsp; More details can&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":1076,"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":[16],"tags":[],"class_list":["post-1152","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-qlik-replicate"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer &quot;Last Change Date&quot; than when the task\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"jonny.donker@gmail.com\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/craftcookcode.com\/?p=1152\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Craft Cook Code - c^3?\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code\" \/>\n\t\t<meta property=\"og:description\" content=\"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer &quot;Last Change Date&quot; than when the task\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/craftcookcode.com\/?p=1152\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-06-08T01:14:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-08-06T02:31:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer &quot;Last Change Date&quot; than when the task\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#blogposting\",\"name\":\"Qlik Replicate \\u2013 Simple trick for Source file connectors - Craft Cook Code\",\"headline\":\"Qlik Replicate &#8211; Simple trick for Source file connectors\",\"author\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Qlik_Logo.svg_small.png\",\"width\":400,\"height\":117},\"datePublished\":\"2023-06-08T01:14:44+00:00\",\"dateModified\":\"2024-08-06T02:31:11+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#webpage\"},\"articleSection\":\"Qlik Replicate\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/craftcookcode.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13#listItem\",\"name\":\"Code\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13#listItem\",\"position\":2,\"name\":\"Code\",\"item\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16#listItem\",\"name\":\"Qlik Replicate\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16#listItem\",\"position\":3,\"name\":\"Qlik Replicate\",\"item\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#listItem\",\"name\":\"Qlik Replicate &#8211; Simple trick for Source file connectors\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13#listItem\",\"name\":\"Code\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#listItem\",\"position\":4,\"name\":\"Qlik Replicate &#8211; Simple trick for Source file connectors\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16#listItem\",\"name\":\"Qlik Replicate\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#person\",\"name\":\"jonny.donker@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"jonny.donker@gmail.com\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1\",\"name\":\"jonny.donker@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"jonny.donker@gmail.com\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#webpage\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152\",\"name\":\"Qlik Replicate \\u2013 Simple trick for Source file connectors - Craft Cook Code\",\"description\":\"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer \\\"Last Change Date\\\" than when the task\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Qlik_Logo.svg_small.png\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152\\\/#mainImage\",\"width\":400,\"height\":117},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1152#mainImage\"},\"datePublished\":\"2023-06-08T01:14:44+00:00\",\"dateModified\":\"2024-08-06T02:31:11+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#website\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/\",\"name\":\"Craft Cook Code\",\"description\":\"c^3?\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code","description":"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer \"Last Change Date\" than when the task","canonical_url":"https:\/\/craftcookcode.com\/?p=1152","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/craftcookcode.com\/?p=1152#blogposting","name":"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code","headline":"Qlik Replicate &#8211; Simple trick for Source file connectors","author":{"@id":"https:\/\/craftcookcode.com\/?author=1#author"},"publisher":{"@id":"https:\/\/craftcookcode.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/craftcookcode.com\/wp-content\/uploads\/2022\/12\/Qlik_Logo.svg_small.png","width":400,"height":117},"datePublished":"2023-06-08T01:14:44+00:00","dateModified":"2024-08-06T02:31:11+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/craftcookcode.com\/?p=1152#webpage"},"isPartOf":{"@id":"https:\/\/craftcookcode.com\/?p=1152#webpage"},"articleSection":"Qlik Replicate"},{"@type":"BreadcrumbList","@id":"https:\/\/craftcookcode.com\/?p=1152#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/craftcookcode.com#listItem","position":1,"name":"Home","item":"https:\/\/craftcookcode.com","nextItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=13#listItem","name":"Code"}},{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=13#listItem","position":2,"name":"Code","item":"https:\/\/craftcookcode.com\/?cat=13","nextItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=16#listItem","name":"Qlik Replicate"},"previousItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=16#listItem","position":3,"name":"Qlik Replicate","item":"https:\/\/craftcookcode.com\/?cat=16","nextItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?p=1152#listItem","name":"Qlik Replicate &#8211; Simple trick for Source file connectors"},"previousItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=13#listItem","name":"Code"}},{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?p=1152#listItem","position":4,"name":"Qlik Replicate &#8211; Simple trick for Source file connectors","previousItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=16#listItem","name":"Qlik Replicate"}}]},{"@type":"Person","@id":"https:\/\/craftcookcode.com\/#person","name":"jonny.donker@gmail.com","image":{"@type":"ImageObject","@id":"https:\/\/craftcookcode.com\/?p=1152#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g","width":96,"height":96,"caption":"jonny.donker@gmail.com"}},{"@type":"Person","@id":"https:\/\/craftcookcode.com\/?author=1#author","url":"https:\/\/craftcookcode.com\/?author=1","name":"jonny.donker@gmail.com","image":{"@type":"ImageObject","@id":"https:\/\/craftcookcode.com\/?p=1152#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g","width":96,"height":96,"caption":"jonny.donker@gmail.com"}},{"@type":"WebPage","@id":"https:\/\/craftcookcode.com\/?p=1152#webpage","url":"https:\/\/craftcookcode.com\/?p=1152","name":"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code","description":"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer \"Last Change Date\" than when the task","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/craftcookcode.com\/#website"},"breadcrumb":{"@id":"https:\/\/craftcookcode.com\/?p=1152#breadcrumblist"},"author":{"@id":"https:\/\/craftcookcode.com\/?author=1#author"},"creator":{"@id":"https:\/\/craftcookcode.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/craftcookcode.com\/wp-content\/uploads\/2022\/12\/Qlik_Logo.svg_small.png","@id":"https:\/\/craftcookcode.com\/?p=1152\/#mainImage","width":400,"height":117},"primaryImageOfPage":{"@id":"https:\/\/craftcookcode.com\/?p=1152#mainImage"},"datePublished":"2023-06-08T01:14:44+00:00","dateModified":"2024-08-06T02:31:11+00:00"},{"@type":"WebSite","@id":"https:\/\/craftcookcode.com\/#website","url":"https:\/\/craftcookcode.com\/","name":"Craft Cook Code","description":"c^3?","inLanguage":"en-US","publisher":{"@id":"https:\/\/craftcookcode.com\/#person"}}]},"og:locale":"en_US","og:site_name":"Craft Cook Code - c^3?","og:type":"article","og:title":"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code","og:description":"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer &quot;Last Change Date&quot; than when the task","og:url":"https:\/\/craftcookcode.com\/?p=1152","article:published_time":"2023-06-08T01:14:44+00:00","article:modified_time":"2024-08-06T02:31:11+00:00","twitter:card":"summary_large_image","twitter:title":"Qlik Replicate \u2013 Simple trick for Source file connectors - Craft Cook Code","twitter:description":"Quick post on a trick I use in Qlik Replicate Qlik Replicate has a Source connector to consume flat files from a drive. More details can be found on the Qlik website For change data capture of these files; Qlik will only consume files that have a newer &quot;Last Change Date&quot; than when the task"},"aioseo_meta_data":{"post_id":"1152","title":null,"description":null,"keywords":null,"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":null,"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":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"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":"2023-06-08 01:17:57","updated":"2025-06-04 12:42:22","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/craftcookcode.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:\/\/craftcookcode.com\/?cat=13\" title=\"Code\">Code<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/craftcookcode.com\/?cat=16\" title=\"Qlik Replicate\">Qlik Replicate<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tQlik Replicate \u2013 Simple trick for Source file connectors\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/craftcookcode.com"},{"label":"Code","link":"https:\/\/craftcookcode.com\/?cat=13"},{"label":"Qlik Replicate","link":"https:\/\/craftcookcode.com\/?cat=16"},{"label":"Qlik Replicate &#8211; Simple trick for Source file connectors","link":"https:\/\/craftcookcode.com\/?p=1152"}],"_links":{"self":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts\/1152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1152"}],"version-history":[{"count":6,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts\/1152\/revisions"}],"predecessor-version":[{"id":1494,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts\/1152\/revisions\/1494"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/media\/1076"}],"wp:attachment":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}