<?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: Columns missing while using the Add Data to upload a csv file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465869#M80291</link>
    <description>&lt;P&gt;Almost always &lt;CODE&gt;CSV&lt;/CODE&gt; files should be uploaded as &lt;CODE&gt;lookup files&lt;/CODE&gt;, not &lt;CODE&gt;event data&lt;/CODE&gt;.  I am not sure what happened when you indexed this file, but try using it as &lt;CODE&gt;lookup file&lt;/CODE&gt; instead and they try &lt;CODE&gt;|inputlookup YourLookupFileName.csv&lt;/CODE&gt; and see if it works better (it probably will).&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2019 06:57:49 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-12-15T06:57:49Z</dc:date>
    <item>
      <title>Columns missing while using the Add Data to upload a csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465868#M80290</link>
      <description>&lt;P&gt;I have uploaded a csv file through the Splunk Web which has 157 columns and 4000 events.&lt;BR /&gt;
I noticed that while directing to the index only 105 columns are visible with 4000 events.&lt;BR /&gt;
Is there any limitation in splunk? And this is not the first time too I noticed this. Kindly help.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 22:11:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465868#M80290</guid>
      <dc:creator>jerrin</dc:creator>
      <dc:date>2019-12-13T22:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing while using the Add Data to upload a csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465869#M80291</link>
      <description>&lt;P&gt;Almost always &lt;CODE&gt;CSV&lt;/CODE&gt; files should be uploaded as &lt;CODE&gt;lookup files&lt;/CODE&gt;, not &lt;CODE&gt;event data&lt;/CODE&gt;.  I am not sure what happened when you indexed this file, but try using it as &lt;CODE&gt;lookup file&lt;/CODE&gt; instead and they try &lt;CODE&gt;|inputlookup YourLookupFileName.csv&lt;/CODE&gt; and see if it works better (it probably will).&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 06:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465869#M80291</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-12-15T06:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing while using the Add Data to upload a csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465870#M80292</link>
      <description>&lt;P&gt;Thanks @woodcock. But this do not give a clarity why the columns are truncated.&lt;BR /&gt;
I ingest csv file from the AWS S3 into splunk always.&lt;BR /&gt;
These feeds do not qualify to be a Lookup.&lt;BR /&gt;
Please help to understand why the truncation of columns.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 17:46:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465870#M80292</guid>
      <dc:creator>jerrin</dc:creator>
      <dc:date>2019-12-16T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing while using the Add Data to upload a csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465871#M80293</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;|inputlookup your_AWS_S3.csv
|head 1
|transpose
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=your_index
|head 1
|transpose
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When compared, there may be characters that cannot be used in field names.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 19:23:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/465871#M80293</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-12-16T19:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Columns missing while using the Add Data to upload a csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/557911#M92327</link>
      <description>&lt;P&gt;I seem to be experiencing the same issue as reported here with a very small/simple csv file that suggests to me that only csv columns which have *at least* one non-empty value in them are being imported.&amp;nbsp; Could somebody please confirm whether this is expected behavior (hopefully not) or some sort of bug?.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 20:19:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Columns-missing-while-using-the-Add-Data-to-upload-a-csv-file/m-p/557911#M92327</guid>
      <dc:creator>pgoldweic</dc:creator>
      <dc:date>2021-06-30T20:19:47Z</dc:date>
    </item>
  </channel>
</rss>

