<?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: Joining two tables without common field or key. All rows of 1st table must join with all the rows of the second one in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365071#M107666</link>
    <description>&lt;P&gt;Can you try something like :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index="your_index" | table A B C | join type=left max=0 [search index="your_index" | table D E F]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 20 Mar 2018 11:06:53 GMT</pubDate>
    <dc:creator>p_gurav</dc:creator>
    <dc:date>2018-03-20T11:06:53Z</dc:date>
    <item>
      <title>Joining two tables without common field or key. All rows of 1st table must join with all the rows of the second one</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365070#M107665</link>
      <description>&lt;P&gt;I have data as given below in table format&lt;BR /&gt;
A B C D E F&lt;BR /&gt;
517 2498 186 1000 250 100&lt;BR /&gt;
399 314 1559 100 100 1000&lt;/P&gt;

&lt;P&gt;I want each row of D E and F against each row of A B and C kind of cross transformation&lt;BR /&gt;
output should look like this: &lt;BR /&gt;
A B C D E F&lt;BR /&gt;
517 2498 186 1000 250 100&lt;BR /&gt;
517 2498 186 100 100 1000&lt;BR /&gt;
399 314 1559 1000 250 100&lt;BR /&gt;
399 314 1559 100 100 1000&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 08:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365070#M107665</guid>
      <dc:creator>nkankur</dc:creator>
      <dc:date>2018-03-20T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables without common field or key. All rows of 1st table must join with all the rows of the second one</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365071#M107666</link>
      <description>&lt;P&gt;Can you try something like :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index="your_index" | table A B C | join type=left max=0 [search index="your_index" | table D E F]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Mar 2018 11:06:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365071#M107666</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-03-20T11:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables without common field or key. All rows of 1st table must join with all the rows of the second one</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365072#M107667</link>
      <description>&lt;P&gt;Please refer this document&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Eval"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Eval&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;by using this command, you can use logic for cross transformation&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 12:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Joining-two-tables-without-common-field-or-key-All-rows-of-1st/m-p/365072#M107667</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-03-20T12:42:22Z</dc:date>
    </item>
  </channel>
</rss>

