<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best way to approach cleaning up a file with multiple similar columns in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439433#M83271</link>
    <description>&lt;P&gt;Thanks, I think the last approach may work. It is similar to what I started. Let me try it out.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 01:56:23 GMT</pubDate>
    <dc:creator>irmb</dc:creator>
    <dc:date>2019-07-16T01:56:23Z</dc:date>
    <item>
      <title>Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439240#M83225</link>
      <description>&lt;P&gt;HI newbie here. Hello, team members. I am working on a file that should be easy to clean up but I am trying to find the most efficient way to do so.&amp;nbsp; The file has multiple columns but this are the critical ones (in this format):&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Employee id&lt;/TD&gt;&lt;TD&gt;last name&lt;/TD&gt;&lt;TD&gt;first name&lt;/TD&gt;&lt;TD&gt;Course A title- status&lt;/TD&gt;&lt;TD&gt;Course A title- completion date&lt;/TD&gt;&lt;TD&gt;Course B title - stat&lt;/TD&gt;&lt;TD&gt;Course B title- completion date&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Course C title- st&lt;/TD&gt;&lt;TD&gt;Course C- completion date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;blue&lt;/TD&gt;&lt;TD&gt;ivy&lt;/TD&gt;&lt;TD&gt;completed&lt;/TD&gt;&lt;TD&gt;12/8/19&lt;/TD&gt;&lt;TD&gt;In progress&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;blue&lt;/TD&gt;&lt;TD&gt;ivy&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;completed&lt;/TD&gt;&lt;TD&gt;12/8/19&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;blue&lt;/TD&gt;&lt;TD&gt;ivy&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;In progress&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it cleaned like this:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Employee id&lt;/TD&gt;&lt;TD&gt;last name&lt;/TD&gt;&lt;TD&gt;first name&lt;/TD&gt;&lt;TD&gt;Course title&lt;/TD&gt;&lt;TD&gt;status&lt;/TD&gt;&lt;TD&gt;completion date&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The biggest issue are these:&lt;/P&gt;&lt;P&gt;a) there are&amp;nbsp; about 10-15 columns with the completion status and an additional 10-15 columns with the title of the course and the completion date. The course title columns are not uniform. For example, sometimes the status column is named "Course title" stat, sometimes "Course title" status", sometimes the column has the course title but no "status" in the column's name. Same with the "completion" heading. I tried using Regex to first cleaning up the titles so they would be uniform and then join every thing using the column name. But that did not work because I could not figure out how to use regex to remove all unwanted characters and have all columns the same name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) The other issue is, there are several records for the one person. So, sometimes we end up with having about 30 records for the person to indicate their status for the 10 courses, because each record indicates the completion of the course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is clear. I tried using transpose and formula using regex but I am a bit stuck now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:55:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439240#M83225</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2024-06-13T21:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439290#M83230</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79441"&gt;@irmb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be safe to assume that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;hyphen is used consistently to separate a course title and the rest of the field (status/completion date)?&lt;/LI&gt;&lt;LI&gt;status is always followed by completion date for the given course?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 15 Jul 2019 19:51:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439290#M83230</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-07-15T19:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439322#M83240</link>
      <description>&lt;P&gt;If the above is the case, this is how I'd go around approaching the problem - workflow attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="course-data.png" style="width: 870px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/69779i83AD731FB0D81A5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="course-data.png" alt="course-data.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 20:28:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439322#M83240</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-07-15T20:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439342#M83243</link>
      <description>&lt;P&gt;I created Record ID for each row and did not remove empty rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="course_solution.JPG" style="width: 553px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/69784i2042BD4E5A6B4AE3/image-dimensions/553x306?v=v2" width="553" height="306" role="button" title="course_solution.JPG" alt="course_solution.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 21:03:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439342#M83243</guid>
      <dc:creator>dho111</dc:creator>
      <dc:date>2019-07-15T21:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439433#M83271</link>
      <description>&lt;P&gt;Thanks, I think the last approach may work. It is similar to what I started. Let me try it out.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 01:56:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439433#M83271</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2019-07-16T01:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439437#M83272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79441"&gt;@irmb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, so with the similar columns, I wanted to create a workflow that can easily adjust based on number of Courses. So transpose is definitely the way to go. You can also leverage the dynamic tools to help you. I separated the course status from the completion dates to easily summarize, and remove where there are too many rows per course respondent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/69811i76C35716FB00473B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the dynamic rename tool, I used a Regex Replace to take only the "Course X" string from the header. Assuming that the pattern is always course title status column, followed by the completion date, this will rename the status column as Column X, and the completion date column as Column X2.&lt;BR /&gt;&lt;BR /&gt;Dynamic Select separates the fields representing status from completion date, so that we can transpose and summarize, and return only one row for each course for each respondent (if someone was in progress and then completed, the formula tool changes the value to Completed. I threw in the Data Cleansing tool to standardize case in the status, and clean up extra whitespace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Join everything back together, rename your columns, and hopefully this all works for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/69812i1C3D0D8230666431/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps. I tried to make it as dynamic as possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Esther&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 02:44:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439437#M83272</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2019-07-16T02:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439448#M83276</link>
      <description>&lt;P&gt;HI guys, thanks for your great ideas. I was testing some of the ideas out and realized something.&amp;nbsp; The column names were not standardized "course name - status" "course name - completion date" because when the Excel is imported into Alteryx, some of the column names are truncated. How do I adjust the input tool so that it does not truncate the column names? I searched on the group and saw that I need to change the field length. Looks pretty straightforward but I don't get that option when I see the input tool's options. Screenshot below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="inputtool.JPG" style="width: 847px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/69815iCF86341A39193773/image-size/large?v=v2&amp;amp;px=999" role="button" title="inputtool.JPG" alt="inputtool.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 04:19:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439448#M83276</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2019-07-16T04:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439516#M83294</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79441"&gt;@irmb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think this is possible with Excel files. Also, the field length applies to the actual values rather than Header names. Could you try moving the headers into the first row of data by selecting the option below? This will hopefully prevent them from being truncated after which you can process them and move them back into the original position by Dynamic Rename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="field-names.png" style="width: 615px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/69847iBD29E0297373F23D/image-size/large?v=v2&amp;amp;px=999" role="button" title="field-names.png" alt="field-names.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:20:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439516#M83294</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-07-16T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439573#M83310</link>
      <description>Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79441"&gt;@irmb&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;If the pattern of headers is status followed by date, the method I proposed will work even if the column names are truncated. It’s only looking for the word course and the corresponding letter.&lt;BR /&gt;&lt;BR /&gt;Please do try it and see if it solves your challenge.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Esther</description>
      <pubDate>Tue, 16 Jul 2019 12:18:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439573#M83310</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2019-07-16T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439867#M83436</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/19414"&gt;@MichalM&lt;/a&gt;&amp;nbsp; I'm testing out your solution and it seems to work pretty well except using the - delimiter. Unfortunately, some of the course names use the - several times and not only to separate the status or completion names from the course name. Is there a way to set the delimiter to be - followed by the initial letters of the words status and completion?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:37:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439867#M83436</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2019-07-16T19:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439870#M83439</link>
      <description>&lt;P&gt;You'd need to use RegEx Parse to do that. If you could send over couple of scenarios I can give you an idea about how to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:38:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439870#M83439</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-07-16T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439880#M83442</link>
      <description>&lt;P&gt;Here is a sample&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quiz: Species - Humans - Gender -Nationality - Status&lt;/TD&gt;&lt;TD&gt;Quiz: Species - Humans - Gender -Nationality - Completion&lt;/TD&gt;&lt;TD&gt;Assessment:&amp;nbsp; Customer - Review - Networks - Status&lt;/TD&gt;&lt;TD&gt;Assessment:&amp;nbsp; Customer - Review - Networks TeleNetworks - Status&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:57:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/439880#M83442</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2019-07-16T19:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/440196#M83551</link>
      <description>&lt;P&gt;Do you want to check the attached?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(.+)(- st[a-zA-Z]+\&amp;gt;|- com[a-zA-Z]+\&amp;gt;)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="regex.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/70038i8D8474AC57151E57/image-size/large?v=v2&amp;amp;px=999" role="button" title="regex.png" alt="regex.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 14:36:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/440196#M83551</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-07-17T14:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/442648#M84355</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/19414"&gt;@MichalM&lt;/a&gt;&amp;nbsp;Awesome thanks! I tried the formula and overall it worked great, except in the cases where the word status ended with a 2 like so "status2" in those cases, the regex out ended up with "null".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a place where I can learn how to form expressions in Alteryx? I have no idea what you sent means. I want to be able to create those on my own.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 22:19:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/442648#M84355</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2019-07-23T22:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/442778#M84382</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79441"&gt;@irmb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because the expression only expects &lt;FONT face="courier new,courier"&gt;- st&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;- com&lt;/FONT&gt; followed by any number of letters. If you wanted this to match both status and status2 as well as an eventuality where a number is added to completion, it would look like the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(- st\w+\&amp;gt;|- com\w+\&amp;gt;)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expressions we use here are called Regular Expressions and are not Alteryx specific. It is a language of sort that helps you express patterns in a piece of text. Having said that, there are number of great resources available on Alteryx Community that will help you learn more about them&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-RegEx/ta-p/37689" target="_self"&gt;Tool Mastery | RegEx&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/20-Token-RegEx-Expressions-For-The-Newbie/ta-p/161294" target="_self"&gt;20 Token RegEx Expressions For The Newbie&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/RegEx-Examples-12-Handy-Use-Cases/td-p/36647" target="_self"&gt;&lt;SPAN&gt;RegEx Examples - 12 Handy Use Cases&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 07:58:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/442778#M84382</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-07-24T07:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to approach cleaning up a file with multiple similar columns</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/443018#M84470</link>
      <description>&lt;P&gt;YOu are awesome! I combined both expressions and it worked! Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:52:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Best-way-to-approach-cleaning-up-a-file-with-multiple-similar/m-p/443018#M84470</guid>
      <dc:creator>irmb</dc:creator>
      <dc:date>2019-07-24T15:52:07Z</dc:date>
    </item>
  </channel>
</rss>

