<?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: inputlookup shows no results after adding two more columns to csv in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354844#M170145</link>
    <description>&lt;P&gt;I just solved it a while back. I had to add double quotes to the extra column values added.That worked.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 22 Apr 2018 13:30:58 GMT</pubDate>
    <dc:creator>amuralisundaram</dc:creator>
    <dc:date>2018-04-22T13:30:58Z</dc:date>
    <item>
      <title>inputlookup shows no results after adding two more columns to csv</title>
      <link>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354842#M170143</link>
      <description>&lt;P&gt;I had 3 columns initially in the csv file. I added two more and added the same in the inputlookup command. But no table is shown.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Previous command:&lt;/STRONG&gt;  inputlookup Logs.csv|eval error_description_upper= upper(error_description), searchString=upper("$errorLogToken$") | where like(error_description_upper,"%"+searchString+"%")| rename date as "Date", error_description as "Error Description", time as "Time"|table Date, "Error Description", Time&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;After adding two columns&lt;/STRONG&gt;: inputlookup Logs.csv|eval error_description_upper= upper(error_description), searchString=upper("$errorLogToken$") | where like(error_description_upper,"%"+searchString+"%")| rename date as "Date", error_description as "Error Description", time as "Time",application as "Application Impacted", type as "Type" |table Date, "Error Description", Time, "Application Impacted", Type&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354842#M170143</guid>
      <dc:creator>amuralisundaram</dc:creator>
      <dc:date>2020-09-29T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: inputlookup shows no results after adding two more columns to csv</title>
      <link>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354843#M170144</link>
      <description>&lt;P&gt;@amuralisundaram is the inputlookup command alone giving you all the fields?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;inputlookup Logs.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is the before and after structure for your lookup file? Can you add some mocked up data for current lookup file? Are you getting any error when you run the command? Have you checked the permission on the lookup file after uploading the new one?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Apr 2018 13:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354843#M170144</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-22T13:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: inputlookup shows no results after adding two more columns to csv</title>
      <link>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354844#M170145</link>
      <description>&lt;P&gt;I just solved it a while back. I had to add double quotes to the extra column values added.That worked.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 22 Apr 2018 13:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354844#M170145</guid>
      <dc:creator>amuralisundaram</dc:creator>
      <dc:date>2018-04-22T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: inputlookup shows no results after adding two more columns to csv</title>
      <link>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354845#M170146</link>
      <description>&lt;P&gt;You should click &lt;CODE&gt;Accept&lt;/CODE&gt; on your answer to close the question.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Apr 2018 16:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/inputlookup-shows-no-results-after-adding-two-more-columns-to/m-p/354845#M170146</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-04-22T16:06:07Z</dc:date>
    </item>
  </channel>
</rss>

