<?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 get lookup header names as field's values in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571855#M8545</link>
    <description>&lt;P&gt;You could transpose, duplicate the header column and transpose again&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup lookup.csv
| transpose 0 header_field="NAME" column_name="NAME"
| eval header=NAME
| transpose 0 header_field=header column_name="NAME"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 16:43:55 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-10-21T16:43:55Z</dc:date>
    <item>
      <title>How to get lookup header names as field's values</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571848#M8544</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smart111_0-1634832219579.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16532i211B9DA1223A5A9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smart111_0-1634832219579.png" alt="smart111_0-1634832219579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there any way to get those header names as field values from lookup files?&lt;BR /&gt;Please give me any idea with SPL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:06:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571848#M8544</guid>
      <dc:creator>smart111</dc:creator>
      <dc:date>2021-10-21T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get lookup header names as field's values</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571855#M8545</link>
      <description>&lt;P&gt;You could transpose, duplicate the header column and transpose again&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup lookup.csv
| transpose 0 header_field="NAME" column_name="NAME"
| eval header=NAME
| transpose 0 header_field=header column_name="NAME"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571855#M8545</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-10-21T16:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get lookup header names as field's values</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571856#M8546</link>
      <description>&lt;P&gt;Can you explain the use case a little bit more? This looks like it might be a screenshot from Microsoft Excel.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Have you looked into the Lookup File Editor App?&amp;nbsp;&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/1724/" target="_blank"&gt;https://splunkbase.splunk.com/app/1724/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571856#M8546</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2021-10-21T16:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get lookup header names as field's values</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571865#M8547</link>
      <description>&lt;P&gt;Thank you so much,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way is exactly I wanted.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571865#M8547</guid>
      <dc:creator>smart111</dc:creator>
      <dc:date>2021-10-21T16:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get lookup header names as field's values</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571869#M8548</link>
      <description>&lt;P&gt;Thank you for answering&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/216008"&gt;@ryanoconnor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually wanted to set a dropdown list of lookup header values on dashboard and make it possible to choose a primary key to&amp;nbsp; lookup reference field dynamically.&lt;/P&gt;&lt;P&gt;Thank you for your kindness.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 17:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-get-lookup-header-names-as-field-s-values/m-p/571869#M8548</guid>
      <dc:creator>smart111</dc:creator>
      <dc:date>2021-10-21T17:06:03Z</dc:date>
    </item>
  </channel>
</rss>

