<?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 Hunk  - SimpleCSVRecordReader in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152264#M30980</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have been recommended the SimpleCSVRecordReader to convert CSV to JSON.&lt;/P&gt;

&lt;P&gt;I have tried to set up a Virtual Index Provider, but taking the default settings, but including the following line;&lt;/P&gt;

&lt;P&gt;vix.splunk.search.recordreader  com.splunk.mr.input.SimpleCSVRecordReader&lt;/P&gt;

&lt;P&gt;When I try to use this against a file containing csv data it returns no results, yet by reseting the above line to default it returns results.&lt;/P&gt;

&lt;P&gt;Any help appreciated.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Feb 2014 13:20:47 GMT</pubDate>
    <dc:creator>tt1</dc:creator>
    <dc:date>2014-02-16T13:20:47Z</dc:date>
    <item>
      <title>Hunk  - SimpleCSVRecordReader</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152264#M30980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have been recommended the SimpleCSVRecordReader to convert CSV to JSON.&lt;/P&gt;

&lt;P&gt;I have tried to set up a Virtual Index Provider, but taking the default settings, but including the following line;&lt;/P&gt;

&lt;P&gt;vix.splunk.search.recordreader  com.splunk.mr.input.SimpleCSVRecordReader&lt;/P&gt;

&lt;P&gt;When I try to use this against a file containing csv data it returns no results, yet by reseting the above line to default it returns results.&lt;/P&gt;

&lt;P&gt;Any help appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2014 13:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152264#M30980</guid>
      <dc:creator>tt1</dc:creator>
      <dc:date>2014-02-16T13:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk  - SimpleCSVRecordReader</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152265#M30981</link>
      <description>&lt;P&gt;Was that a typo or did you properly set the record reader as follows?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;vix.splunk.search.recordreader = com.splunk.mr.input.SimpleCSVRecordReader
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Feb 2014 18:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152265#M30981</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2014-02-16T18:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk  - SimpleCSVRecordReader</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152266#M30982</link>
      <description>&lt;P&gt;Thanks for answering.&lt;/P&gt;

&lt;P&gt;Yes using the web interface I have set vix.splunk.search.recordreader to com.splunk.mr.input.SimpleCSVRecordReader&lt;/P&gt;

&lt;P&gt;Also tried &lt;/P&gt;

&lt;P&gt;com.splunk.mr.input.SimpleCSVRecordReader, com.splunk.mr.input.ValueAvroRecordReader&lt;/P&gt;

&lt;P&gt;as per this link&lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2013/09/27/hunk-setup-using-hortonworks-hadoop-sandbox/"&gt;http://blogs.splunk.com/2013/09/27/hunk-setup-using-hortonworks-hadoop-sandbox/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;not a lot out there on this subject.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2014 18:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152266#M30982</guid>
      <dc:creator>tt1</dc:creator>
      <dc:date>2014-02-16T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk  - SimpleCSVRecordReader</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152267#M30983</link>
      <description>&lt;P&gt;The SimpleCSVRecordReader will only recognize certain file extension by default, you can override the default by setting&lt;/P&gt;

&lt;P&gt;vix.splunk.search.recordreader.csv.regex&lt;/P&gt;

&lt;P&gt;If that doesn't work, it would be great if you provide a link to the contents of search.log for your search so I can help troubleshoot the issue further&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2014 21:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152267#M30983</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2014-02-16T21:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk  - SimpleCSVRecordReader</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152268#M30984</link>
      <description>&lt;P&gt;Ledion,  many thanks for your help, you reminding me of the search.log helped. After checking that and googling the error in that log, I found an answer suggesting that I had chosen the incorrect version of Hadoop in my provider settings. &lt;/P&gt;

&lt;P&gt;Selecting the correct version has solved the problem.&lt;/P&gt;

&lt;P&gt;Thanks again for answering.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 10:20:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hunk-SimpleCSVRecordReader/m-p/152268#M30984</guid>
      <dc:creator>tt1</dc:creator>
      <dc:date>2014-02-18T10:20:20Z</dc:date>
    </item>
  </channel>
</rss>

