<?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: How to append without duplicating the lines in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084443#M268653</link>
    <description>&lt;P&gt;ignore my response&lt;/P&gt;</description>
    <pubDate>Sat, 18 Feb 2023 19:36:20 GMT</pubDate>
    <dc:creator>atcodedog05</dc:creator>
    <dc:date>2023-02-18T19:36:20Z</dc:date>
    <item>
      <title>How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084442#M268652</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone to help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm append my output in excel, but it is duplicating the lines. I would like to add just the new lines, and skip the previous lines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;SN&lt;/TD&gt;&lt;TD&gt;Time&lt;/TD&gt;&lt;TD&gt;Result&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/jan/23&lt;/TD&gt;&lt;TD&gt;1A570&lt;/TD&gt;&lt;TD&gt;04:02:10&lt;/TD&gt;&lt;TD&gt;15,7&lt;/TD&gt;&lt;TD&gt;Approved&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/jan/23&lt;/TD&gt;&lt;TD&gt;20B251&lt;/TD&gt;&lt;TD&gt;05:25:15&lt;/TD&gt;&lt;TD&gt;20,7&lt;/TD&gt;&lt;TD&gt;Failed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15/jan/23&lt;/TD&gt;&lt;TD&gt;15C589&lt;/TD&gt;&lt;TD&gt;03:10:31&lt;/TD&gt;&lt;TD&gt;10,1&lt;/TD&gt;&lt;TD&gt;Approved&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After appending:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;SN&lt;/TD&gt;&lt;TD&gt;Time&lt;/TD&gt;&lt;TD&gt;Result&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/jan/23&lt;/TD&gt;&lt;TD&gt;1A570&lt;/TD&gt;&lt;TD&gt;04:02:10&lt;/TD&gt;&lt;TD&gt;15,7&lt;/TD&gt;&lt;TD&gt;Approved&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/jan/23&lt;/TD&gt;&lt;TD&gt;20B251&lt;/TD&gt;&lt;TD&gt;05:25:15&lt;/TD&gt;&lt;TD&gt;20,7&lt;/TD&gt;&lt;TD&gt;Failed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15/jan/23&lt;/TD&gt;&lt;TD&gt;15C589&lt;/TD&gt;&lt;TD&gt;03:10:31&lt;/TD&gt;&lt;TD&gt;10,1&lt;/TD&gt;&lt;TD&gt;Approved&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;10/jan/23&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;1A570&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;04:02:10&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;15,7&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Approved&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;11/jan/23&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;20B251&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;05:25:15&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;20,7&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Failed&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;15/jan/23&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;15C589&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;03:10:31&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;10,1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Approved&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17/jan/23&lt;/TD&gt;&lt;TD&gt;40B870&lt;/TD&gt;&lt;TD&gt;07:10:59&lt;/TD&gt;&lt;TD&gt;30,5&lt;/TD&gt;&lt;TD&gt;Failed&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is duplicating the lines 10/jan/23, 11/jan/23 and 15/jan/23, which all columns are the same. It is duplicating the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My desired output would be this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;SN&lt;/TD&gt;&lt;TD&gt;Time&lt;/TD&gt;&lt;TD&gt;Result&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/jan/23&lt;/TD&gt;&lt;TD&gt;1A570&lt;/TD&gt;&lt;TD&gt;04:02:10&lt;/TD&gt;&lt;TD&gt;15,7&lt;/TD&gt;&lt;TD&gt;Approved&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/jan/23&lt;/TD&gt;&lt;TD&gt;20B251&lt;/TD&gt;&lt;TD&gt;05:25:15&lt;/TD&gt;&lt;TD&gt;20,7&lt;/TD&gt;&lt;TD&gt;Failed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15/jan/23&lt;/TD&gt;&lt;TD&gt;15C589&lt;/TD&gt;&lt;TD&gt;03:10:31&lt;/TD&gt;&lt;TD&gt;10,1&lt;/TD&gt;&lt;TD&gt;Approved&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17/jan/23&lt;/TD&gt;&lt;TD&gt;40B870&lt;/TD&gt;&lt;TD&gt;07:10:59&lt;/TD&gt;&lt;TD&gt;30,5&lt;/TD&gt;&lt;TD&gt;Failed&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just would like to add the different lines (comparing all columns).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone knows how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wilson&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 19:21:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084442#M268652</guid>
      <dc:creator>WBCamargo</dc:creator>
      <dc:date>2023-02-18T19:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084443#M268653</link>
      <description>&lt;P&gt;ignore my response&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 19:36:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084443#M268653</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2023-02-18T19:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084445#M268654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-MESSAGE title="Congratulations @ atcodedog05" uid="801823" url="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Congratulations-atcodedog05/m-p/801823#U801823" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;! Thank you for replying.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 19:40:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084445#M268654</guid>
      <dc:creator>WBCamargo</dc:creator>
      <dc:date>2023-02-18T19:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084455#M268658</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/300725"&gt;@WBCamargo&lt;/a&gt;&amp;nbsp;Are you looking for the output like the one below?&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="binuacs_0-1676756166769.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/288409i4BF9F6614A37661A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="binuacs_0-1676756166769.png" alt="binuacs_0-1676756166769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 21:36:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084455#M268658</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2023-02-18T21:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084481#M268669</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/300725"&gt;@WBCamargo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Consider:&lt;/P&gt;&lt;P&gt;1. adding a Remove Duplicates tool after the Append in your workflow and configuring it to be unique for all columns (select all columns)&lt;/P&gt;&lt;P&gt;2. adding a Sample Tool after the Append in your workflow and configuring it to return the first, group by (select all columns)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 01:12:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084481#M268669</guid>
      <dc:creator>RobertOdera</dc:creator>
      <dc:date>2023-02-19T01:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084525#M268685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/300725"&gt;@WBCamargo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only possible way I can see is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You read the data from the existing output file and append it with the new output rows (i,e performing append in the workflow instead of the output tool append option).&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;It is suggestible to use the record id tool before in case you want to maintain the order. For existing data start the record id from 1 and for new data start the record id 10000 or so a high number so that it always comes below existing data.&lt;/P&gt;
&lt;P&gt;3. Remove duplicates using the unique tool or sample tool.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Use the sort tool to reorder.&lt;/P&gt;
&lt;P&gt;5. Configure the output data tool to overwrite the sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no way we can achieve this without reading in the existing data to compare.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps : )&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 07:03:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084525#M268685</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2023-02-19T07:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084887#M268771</link>
      <description>&lt;P&gt;Happy to help : )&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/300725"&gt;@WBCamargo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers and have a nice day!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 14:20:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1084887#M268771</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2023-02-20T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to append without duplicating the lines</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1261593#M314599</link>
      <description>&lt;P&gt;Your first option was a simple, straightforward solution that I'm sure I'll use often in the future!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 21:01:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-append-without-duplicating-the-lines/m-p/1261593#M314599</guid>
      <dc:creator>rbelski</dc:creator>
      <dc:date>2024-04-12T21:01:43Z</dc:date>
    </item>
  </channel>
</rss>

