<?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: remove duplicates and add fields in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421938#M352129</link>
    <description>&lt;P&gt;Thank you !&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 18:28:29 GMT</pubDate>
    <dc:creator>Timetolearn</dc:creator>
    <dc:date>2025-11-12T18:28:29Z</dc:date>
    <item>
      <title>remove duplicates and add fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421906#M352126</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data for eg has 1file for class Guitar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Class&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;Guitar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mike&lt;/TD&gt;&lt;TD&gt;Guitar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sam&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Guitar&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another file for&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Class&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;Soccer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mike&lt;/TD&gt;&lt;TD&gt;Soccer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mary&lt;/TD&gt;&lt;TD&gt;Soccer&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple files that could have duplicates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need my output to look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Class&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;Guitar,Soccer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mike&lt;/TD&gt;&lt;TD&gt;Guitar,Soccer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sam&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Guitar&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mary&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Soccer&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 12 Nov 2025 17:10:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421906#M352126</guid>
      <dc:creator>Timetolearn</dc:creator>
      <dc:date>2025-11-12T17:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates and add fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421916#M352127</link>
      <description>&lt;P&gt;Union the data together, then use a Summarize tool with Group By Name and Concatenate Class!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 17:28:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421916#M352127</guid>
      <dc:creator>alexnajm</dc:creator>
      <dc:date>2025-11-12T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates and add fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421929#M352128</link>
      <description>&lt;P&gt;Piggy-backing on&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/27188"&gt;@alexnajm&lt;/a&gt;'s response to help show this visually:&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="jrlindem_0-1762970361292.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413748i3597F872B870F714/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_0-1762970361292.png" alt="jrlindem_0-1762970361292.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I brought in the data, and then created an intentional duplicate.&amp;nbsp; I added two paths: (1) that uses the Unique Tool to get down to distinct values before concatenating, and (2) another method that uses two Summarize tools to handle the duplicates and then concatenate.&amp;nbsp; Both paths lead to the same results!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps, credit to&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/27188"&gt;@alexnajm&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 18:01:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421929#M352128</guid>
      <dc:creator>jrlindem</dc:creator>
      <dc:date>2025-11-12T18:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: remove duplicates and add fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421938#M352129</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 18:28:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/remove-duplicates-and-add-fields/m-p/1421938#M352129</guid>
      <dc:creator>Timetolearn</dc:creator>
      <dc:date>2025-11-12T18:28:29Z</dc:date>
    </item>
  </channel>
</rss>

