<?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: Is there a way to look at CSV files in the lookup ? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379301#M6271</link>
    <description>&lt;P&gt;Thanks for getting back so quickly. This worked. &lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 17:23:27 GMT</pubDate>
    <dc:creator>jhartm5</dc:creator>
    <dc:date>2018-05-02T17:23:27Z</dc:date>
    <item>
      <title>Is there a way to look at CSV files in the lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379298#M6268</link>
      <description>&lt;P&gt;I created a lookup as a CSV and want to view the contents of the CSV in Splunk. Is there an easy way to accomplish this? I can use the CSV but if I want to look at the contents of the CSV   And If I want to edit the CSV I usually delete the CSV and add new. Is there a better way to update the CSV file?&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 21:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379298#M6268</guid>
      <dc:creator>jhartm5</dc:creator>
      <dc:date>2018-05-01T21:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to look at CSV files in the lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379299#M6269</link>
      <description>&lt;P&gt;To view the content of the csv  please run &lt;/P&gt;

&lt;P&gt;|inputlookup lookupname.csv in the search bar .&lt;/P&gt;

&lt;P&gt;If you want to add the contents to the existing lookup table you can do it multiple way by using append if the lookup is written by a search or you can use lookup editor to edit the lookup manually .&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1724/"&gt;https://splunkbase.splunk.com/app/1724/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 22:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379299#M6269</guid>
      <dc:creator>ssadanala1</dc:creator>
      <dc:date>2018-05-01T22:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to look at CSV files in the lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379300#M6270</link>
      <description>&lt;P&gt;| Inputlookup 123.csv --- for to look into the csv file&lt;/P&gt;

&lt;P&gt;| lookup 123.csv  host as hostname output Ipaddress ------ for to update the events with similar fields in both csv and events.&lt;/P&gt;

&lt;P&gt;To update the CSV file -  | inputlookup 123.csv  | changes | outputlookup 123.csv  append=(true or false)&lt;BR /&gt;
append = true will keep the common fileds in file and search results &amp;amp; also extra fields in CSV file.&lt;BR /&gt;
append = false will keep the common fileds in file and search results &amp;amp; remove extra fields from CSV and add extra fields from Search Results.&lt;/P&gt;

&lt;P&gt;&amp;amp; also refer to this doc&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/7.0.0/SearchReference/Outputlookup"&gt;http://docs.splunk.com/Documentation/SplunkCloud/7.0.0/SearchReference/Outputlookup&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 01:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379300#M6270</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-05-02T01:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to look at CSV files in the lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379301#M6271</link>
      <description>&lt;P&gt;Thanks for getting back so quickly. This worked. &lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 17:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379301#M6271</guid>
      <dc:creator>jhartm5</dc:creator>
      <dc:date>2018-05-02T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to look at CSV files in the lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379302#M6272</link>
      <description>&lt;P&gt;Thanks for the additional details. &lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 17:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379302#M6272</guid>
      <dc:creator>jhartm5</dc:creator>
      <dc:date>2018-05-02T17:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to look at CSV files in the lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379303#M6273</link>
      <description>&lt;P&gt;Hi - I am looking to download a inputlookup csv file but I am not able to do that. Is there a way to do that. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 14:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Is-there-a-way-to-look-at-CSV-files-in-the-lookup/m-p/379303#M6273</guid>
      <dc:creator>chasrini</dc:creator>
      <dc:date>2019-09-27T14:55:42Z</dc:date>
    </item>
  </channel>
</rss>

