<?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: Combining Files Into one master file in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934294#M228902</link>
    <description>&lt;P&gt;thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the return tool container and container 15, do you know what should I do to combine those files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, for the Initial + First and Last name, can we combine those columns in the formula tool? do we need to use CONCAT formula?&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 13:56:19 GMT</pubDate>
    <dc:creator>rively90</dc:creator>
    <dc:date>2022-05-04T13:56:19Z</dc:date>
    <item>
      <title>Combining Files Into one master file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934141#M228858</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I'm wondering if there's a way for me to combine these files into two master files (One for sales and one for return)&lt;/P&gt;&lt;P&gt;Also, how do I combine the 3 columns into one? Let's say I want to combine: Mr. + Jon (First name) + Doe (Last name) = Mr. Jon Doe&lt;/P&gt;&lt;P&gt;I hope someone can help with this. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 01:00:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934141#M228858</guid>
      <dc:creator>rively90</dc:creator>
      <dc:date>2022-05-04T01:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Files Into one master file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934145#M228859</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/314838"&gt;@rively90&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;there are a lot of files, can you identify which ones are the master files?&lt;/P&gt;&lt;P&gt;And to join columns we can simply use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Mr. '+ [Jon (First name)]' ' + [Doe (Last name)]&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CA.PNG" style="width: 939px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/233359i9818F31C0CA9372F/image-size/large?v=v2&amp;amp;px=999" role="button" title="CA.PNG" alt="CA.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 01:14:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934145#M228859</guid>
      <dc:creator>Qiu</dc:creator>
      <dc:date>2022-05-04T01:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Files Into one master file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934157#M228860</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/96723"&gt;@Qiu&lt;/a&gt;&amp;nbsp;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to combine "Combine Sales and Container 15" Into one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also&lt;/P&gt;&lt;P&gt;"Combine Return and Container 15" for the other 2.&lt;/P&gt;&lt;P&gt;So, 2 in total&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 02:17:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934157#M228860</guid>
      <dc:creator>rively90</dc:creator>
      <dc:date>2022-05-04T02:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Files Into one master file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934194#M228869</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/314838"&gt;@rively90&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;These table appear to be normalized tables so we just need find the key column between each other then Join and Join :)&lt;/P&gt;&lt;P&gt;Below is a sample for the "Sales".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Combined Workflow.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/233377i58D8EAC747D5DC37/image-size/large?v=v2&amp;amp;px=999" role="button" title="Combined Workflow.PNG" alt="Combined Workflow.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 06:40:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934194#M228869</guid>
      <dc:creator>Qiu</dc:creator>
      <dc:date>2022-05-04T06:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Files Into one master file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934294#M228902</link>
      <description>&lt;P&gt;thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the return tool container and container 15, do you know what should I do to combine those files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, for the Initial + First and Last name, can we combine those columns in the formula tool? do we need to use CONCAT formula?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 13:56:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/934294#M228902</guid>
      <dc:creator>rively90</dc:creator>
      <dc:date>2022-05-04T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Files Into one master file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/1186912#M294327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/96723"&gt;@Qiu&lt;/a&gt;&amp;nbsp; could you please help on&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-do-you-handle-the-nulls-Any-better-way-to-handle-nulls/td-p/1186906" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-do-you-handle-the-nulls-Any-better-way-to-handle-nulls/td-p/1186906&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know you're expert, thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 04:59:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Combining-Files-Into-one-master-file/m-p/1186912#M294327</guid>
      <dc:creator>rively90</dc:creator>
      <dc:date>2023-09-15T04:59:02Z</dc:date>
    </item>
  </channel>
</rss>

