<?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: error: 'lookup-table-files': File is binary and not gzipped in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36058#M7982</link>
    <description>&lt;P&gt;Thanks every one for the kind help. Just a quick update: I used the same file on another system and things worked just fine. I am still don't understand what is the reason for it not to work on my machine. I looked carefully with a hexeditor and could not find any special character... I will put more time to it next week and will try to update if I find anything interesting.&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2012 12:54:45 GMT</pubDate>
    <dc:creator>yonahol</dc:creator>
    <dc:date>2012-05-02T12:54:45Z</dc:date>
    <item>
      <title>error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36052#M7976</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am trying to add a new lookup table using the GUI and get the above error.&lt;BR /&gt;
I looked at the file with a hex editor and it looks like a plain ascii file.&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
Thx&lt;BR /&gt;
Yona&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 14:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36052#M7976</guid>
      <dc:creator>yonahol</dc:creator>
      <dc:date>2012-04-25T14:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36053#M7977</link>
      <description>&lt;P&gt;Need more information.  Perhaps you can let us know your configuration settings, OS, and what the contents of the lookup file are?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 18:11:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36053#M7977</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-04-25T18:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36054#M7978</link>
      <description>&lt;P&gt;Maybe there is a special character in the CSV file. If you are on a unix host, you could try the folowing:&lt;/P&gt;

&lt;P&gt;strings orig.csv &amp;gt;new.csv&lt;BR /&gt;
diff orig.csv new.csv&lt;/P&gt;

&lt;P&gt;If the two files are the same, then they probably are plain text.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 18:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36054#M7978</guid>
      <dc:creator>reed_kelly</dc:creator>
      <dc:date>2012-04-25T18:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36055#M7979</link>
      <description>&lt;P&gt;I am using a windows 7 machine, the lookup file is the following:&lt;BR /&gt;
Process,in&lt;BR /&gt;
LtMSSp,1&lt;BR /&gt;
Kerberos,1&lt;BR /&gt;
I looked with a hex editor and could not see any charater except for CR and LF at the end of each line in addition to the text.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 18:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36055#M7979</guid>
      <dc:creator>yonahol</dc:creator>
      <dc:date>2012-04-25T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36056#M7980</link>
      <description>&lt;P&gt;Could there be a spurious NULL or ^Z at the end of the file? Did you try cutting and pasting the file into a new text file in Notepad and saving it from there?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 19:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36056#M7980</guid>
      <dc:creator>reed_kelly</dc:creator>
      <dc:date>2012-04-25T19:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36057#M7981</link>
      <description>&lt;P&gt;I had the same problems until I figured out that splunk fails on reading CSV files containing special characters like the German Umlaut chars like "ä", "ö", "ü" or "ß". I suppose the problem would be the same with other special characters in French ("á") and Spanish ("ñ").&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 09:56:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36057#M7981</guid>
      <dc:creator>FRoth</dc:creator>
      <dc:date>2012-05-02T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36058#M7982</link>
      <description>&lt;P&gt;Thanks every one for the kind help. Just a quick update: I used the same file on another system and things worked just fine. I am still don't understand what is the reason for it not to work on my machine. I looked carefully with a hexeditor and could not find any special character... I will put more time to it next week and will try to update if I find anything interesting.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 12:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36058#M7982</guid>
      <dc:creator>yonahol</dc:creator>
      <dc:date>2012-05-02T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36059#M7983</link>
      <description>&lt;P&gt;I used Notepad++ to fix this problem.&lt;BR /&gt;
Search for [^\x00-\x7F] in Regex Mode.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:58:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36059#M7983</guid>
      <dc:creator>FRoth</dc:creator>
      <dc:date>2013-01-21T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36060#M7984</link>
      <description>&lt;P&gt;I used Notepad++ to fix this problem.&lt;BR /&gt;
Search for [^\x00-\x7F] in Regex Mode.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2013 12:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36060#M7984</guid>
      <dc:creator>FRoth</dc:creator>
      <dc:date>2013-01-21T12:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36061#M7985</link>
      <description>&lt;P&gt;I'm generating my .csv file using a python library for csv. I have tried changing my line endings from \r to \n to \r\n&lt;BR /&gt;
I have also tried using unix2dos and dos2unix to change line endings. I don't see any special characters. I have tried the strings trick. It removed the ^m from the end of the line. That file would also not upload. &lt;/P&gt;

&lt;P&gt;BTW I'm using OS X and am wondering if the Mac line endings might be causing the trouble. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:16:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36061#M7985</guid>
      <dc:creator>jalfrey</dc:creator>
      <dc:date>2013-03-12T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36062#M7986</link>
      <description>&lt;P&gt;Yes, Mac line endings are not accepted. Use Linux line endings instead. I thought &lt;CODE&gt;dos2unix&lt;/CODE&gt; would take care of this, but I guess not.&lt;/P&gt;

&lt;P&gt;I use Komodo Edit (free version) on my Mac and I save my CSV files using its "UNIX line-endings preference". That seems to work for me.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 23:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36062#M7986</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-03-12T23:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36063#M7987</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I've encountered the same problem today. Just open your CSV with Windows Notepad and use "Save As.." paying attention to select UTF-8 in "Encoding" dropdown menu.&lt;/P&gt;

&lt;P&gt;Simple as that, now Splunk recognizes the file &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 11:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36063#M7987</guid>
      <dc:creator>stefano_guidoba</dc:creator>
      <dc:date>2013-03-20T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36064#M7988</link>
      <description>&lt;P&gt;This should be the accepted answer! Worked first time for me.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 07:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36064#M7988</guid>
      <dc:creator>tiny3001</dc:creator>
      <dc:date>2013-09-16T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36065#M7989</link>
      <description>&lt;P&gt;Worked for me as well.  As a test, before implementing the endcoding change, I selected everything in the file while opened in Notepad with Ctrl-A, cut, and paste, but that did not work.  &lt;A href="https://melstrathdee.wordpress.com/2013/10/23/file-is-binary-not-gzipped/"&gt;Save as UTF-8 was the solution for me&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 17:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36065#M7989</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2014-11-24T17:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36066#M7990</link>
      <description>&lt;P&gt;great solution, thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 19:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36066#M7990</guid>
      <dc:creator>josuegd</dc:creator>
      <dc:date>2017-07-06T19:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36067#M7991</link>
      <description>&lt;P&gt;Based on the comments, upvotes this answer has been accepted to be the correct one.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 05:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36067#M7991</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-04-04T05:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36068#M7992</link>
      <description>&lt;P&gt;I've used this solution previously, but now, the UTF-8 file isn't maintaining the commas and so then the lookup isn't finding the field names. Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36068#M7992</guid>
      <dc:creator>cblanton</dc:creator>
      <dc:date>2019-08-08T17:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: error: 'lookup-table-files': File is binary and not gzipped</title>
      <link>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36069#M7993</link>
      <description>&lt;P&gt;figured it out, wasn't following the instructions carefully. @landen99 comment helped. you must open the csv file with notepad, not copy-paste the data into notepad to maintain the commas. hope this helps someone else. &lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/error-lookup-table-files-File-is-binary-and-not-gzipped/m-p/36069#M7993</guid>
      <dc:creator>cblanton</dc:creator>
      <dc:date>2019-08-08T17:50:10Z</dc:date>
    </item>
  </channel>
</rss>

