<?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: Match part of or all of hostname or ip-address between 2 tables in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364324#M66840</link>
    <description>&lt;P&gt;I would do a waterfall first joining on IP-address1 from Table1 to IP-Address2 from Table2, then follow that up with a second join using IP-Address1 from Table1 and HostName2 from Table2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I think you are getting at something a little more complex, in which case, i would assign a value to the records, transpose, join all records and find the combinations. See my attached workflow - i like transpose and join so far, although all 3 will work relatively well.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2019 01:26:33 GMT</pubDate>
    <dc:creator>jarrod</dc:creator>
    <dc:date>2019-02-01T01:26:33Z</dc:date>
    <item>
      <title>Match part of or all of hostname or ip-address between 2 tables</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364306#M66837</link>
      <description>&lt;P&gt;Where to start, to perform a match on part of a string?&lt;BR /&gt;I want to match either column in Table1 (hostname OR IP-address), to anything in Table2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1 is output from my network tool. It's good data all formated nicely, and correct.&lt;BR /&gt;Table2 is list of servers and/or their corresponding IP address, and not so neat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do i need a combination tools to accomplish? regex, spit,find-replace?&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;table1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Table2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;hostname1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;IP-address1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;hostname2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;IP-address2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;owner&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server1&lt;/TD&gt;&lt;TD&gt;192.168.1.1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;server1&lt;/TD&gt;&lt;TD&gt;192.168.1.1&lt;/TD&gt;&lt;TD&gt;joe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server2&lt;/TD&gt;&lt;TD&gt;192.168.1.2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;server2.corp.com&lt;/TD&gt;&lt;TD&gt;192.168.1.2&lt;/TD&gt;&lt;TD&gt;bill&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server3&lt;/TD&gt;&lt;TD&gt;192.168.1.3&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;192.168.1.3&lt;/TD&gt;&lt;TD&gt;juan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server4&lt;/TD&gt;&lt;TD&gt;192.168.1.4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;server4-new&lt;/TD&gt;&lt;TD&gt;192.168.1.4&lt;/TD&gt;&lt;TD&gt;betty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server5&lt;/TD&gt;&lt;TD&gt;192.168.1.5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;server5&lt;/TD&gt;&lt;TD&gt;192.168.1.5&lt;/TD&gt;&lt;TD&gt;marie&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server6&lt;/TD&gt;&lt;TD&gt;192.168.1.6&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;192.168.1.6&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;joblow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server7&lt;/TD&gt;&lt;TD&gt;192.168.1.7&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;server7&lt;/TD&gt;&lt;TD&gt;192.168.1.7&lt;/TD&gt;&lt;TD&gt;them&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output something like this...&lt;BR /&gt;hostname1, IP address1, hostname2, owner&lt;/P&gt;&lt;P&gt;Thanks in advance for your input!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 00:14:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364306#M66837</guid>
      <dc:creator>kevinbernard</dc:creator>
      <dc:date>2019-02-01T00:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Match part of or all of hostname or ip-address between 2 tables</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364324#M66840</link>
      <description>&lt;P&gt;I would do a waterfall first joining on IP-address1 from Table1 to IP-Address2 from Table2, then follow that up with a second join using IP-Address1 from Table1 and HostName2 from Table2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I think you are getting at something a little more complex, in which case, i would assign a value to the records, transpose, join all records and find the combinations. See my attached workflow - i like transpose and join so far, although all 3 will work relatively well.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 01:26:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364324#M66840</guid>
      <dc:creator>jarrod</dc:creator>
      <dc:date>2019-02-01T01:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Match part of or all of hostname or ip-address between 2 tables</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364376#M66855</link>
      <description>Hi thanks for going above and giving 3 solutions. Waterfall is one idea i somewhat understood could help so i will plan to use that one. Thanks again for saving me 8 hour of reial and error. Love the answers.&lt;BR /&gt;Kevin</description>
      <pubDate>Fri, 01 Feb 2019 04:04:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Match-part-of-or-all-of-hostname-or-ip-address-between-2-tables/m-p/364376#M66855</guid>
      <dc:creator>kevinbernard</dc:creator>
      <dc:date>2019-02-01T04:04:04Z</dc:date>
    </item>
  </channel>
</rss>

