{"id":13,"date":"2016-08-15T11:35:48","date_gmt":"2016-08-15T11:35:48","guid":{"rendered":"http:\/\/coding.agust.org\/?p=13"},"modified":"2016-11-25T15:23:46","modified_gmt":"2016-11-25T15:23:46","slug":"remove-duplicates-from-string","status":"publish","type":"post","link":"https:\/\/coding.agust.org\/index.php\/2016\/08\/15\/remove-duplicates-from-string\/","title":{"rendered":"Remove duplicates from string"},"content":{"rendered":"<p>Here is how to remove duplicates from a concatenated string and return as a string. Notice, this is done by creating a function (RemoveDupl) which is then referenced.<\/p>\n<script src=\"https:\/\/gist.github.com\/AgustOnAx\/b460dab96ed3809a62d734f88ca606a4.js\"><\/script>\n<p>To transform a column in a table using this function:<\/p>\n<p>#&#8221;DuplRemoved&#8221; = Table.TransformColumns(#&#8221;Removed Columns1&#8243;,{{&#8220;MonthColumnName&#8221;, RemoveDupl }})<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is how to remove duplicates from a concatenated string and return as a string. Notice, this is done by creating a function (RemoveDupl) which is then referenced. To transform a column in a table using this function: #&#8221;DuplRemoved&#8221; = Table.TransformColumns(#&#8221;Removed Columns1&#8243;,{{&#8220;MonthColumnName&#8221;, RemoveDupl }})<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-13","post","type-post","status-publish","format-standard","hentry","category-power-query"],"_links":{"self":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":3,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts\/13\/revisions"}],"predecessor-version":[{"id":56,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/posts\/13\/revisions\/56"}],"wp:attachment":[{"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/media?parent=13"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/categories?post=13"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/coding.agust.org\/index.php\/wp-json\/wp\/v2\/tags?post=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}