<?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: could not use strptime to parse timestamp - csv file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169670#M34293</link>
    <description>&lt;P&gt;Is it working for you?&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2015 05:22:03 GMT</pubDate>
    <dc:creator>vganjare</dc:creator>
    <dc:date>2015-05-20T05:22:03Z</dc:date>
    <item>
      <title>could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169664#M34287</link>
      <description>&lt;P&gt;Having issue importing csv, the Data format looks like this in CSV:&lt;/P&gt;

&lt;P&gt;,Transactions,,,,,,,,&lt;BR /&gt;
,XXXX XXXX XXXX 7282: ,,30/10/2014 to 30/04/2015,,,,,,&lt;BR /&gt;
,,,,,,,,,&lt;BR /&gt;
,Date,,Description,,Money in,Money Out,Balance,,&lt;BR /&gt;
,,,,,,,,,&lt;BR /&gt;
,30/04/2015,,"CARD PAYMENT TO SPOTIFY SPOTIFY PREMIU,9.99 GBP, RATE 1.00/GBP ON 28-04-2015",,,_9.99,"_1,579.75",,&lt;BR /&gt;
,29/04/2015,,"CARD PAYMENT TO THE SOUTHERN CO-OP,4.95 GBP, RATE 1.00/GBP ON 27-04-2015",,,_4.95,"_1,589.74",,&lt;BR /&gt;
,28/04/2015,,"CARD PAYMENT TO HOMEBASE LTD 107,34.99 GBP, RATE 1.00/GBP ON 25-04-2015",,,_34.99,"_1,594.69",,&lt;/P&gt;

&lt;P&gt;Im using TIME_FORMAT = %d/%m/%y and im seeing  error:&lt;BR /&gt;
could not use the strptime to parse the time stamp from ",,"&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169664#M34287</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2020-09-28T19:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169665#M34288</link>
      <description>&lt;P&gt;correction im using TIME_FORMAT = %d/%m/%Y&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 13:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169665#M34288</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2015-04-30T13:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169666#M34289</link>
      <description>&lt;P&gt;Anyone help on this?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 09:13:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169666#M34289</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2015-05-15T09:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169667#M34290</link>
      <description>&lt;P&gt;Can you please verify the CSV? Concecutive &lt;STRONG&gt;,,&lt;/STRONG&gt; in the csv headers might be causing the issue.&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 09:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169667#M34290</guid>
      <dc:creator>vganjare</dc:creator>
      <dc:date>2015-05-15T09:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169668#M34291</link>
      <description>&lt;P&gt;Yes if i remove those ,, it works no problem.  But i dont want to do that each time.  How can i tell splunk to ignore it?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 13:51:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169668#M34291</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2015-05-15T13:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169669#M34292</link>
      <description>&lt;P&gt;Can you please check if &lt;A href="http://answers.splunk.com/answers/54904/replacing-with-sedcmd.html"&gt;http://answers.splunk.com/answers/54904/replacing-with-sedcmd.html&lt;/A&gt; helps?&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 07:55:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169669#M34292</guid>
      <dc:creator>vganjare</dc:creator>
      <dc:date>2015-05-18T07:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169670#M34293</link>
      <description>&lt;P&gt;Is it working for you?&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 05:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169670#M34293</guid>
      <dc:creator>vganjare</dc:creator>
      <dc:date>2015-05-20T05:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: could not use strptime to parse timestamp - csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169671#M34294</link>
      <description>&lt;P&gt;Try setting the TIME_PREFIX since there is a , in front of the date. This should work:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/system/local/props.conf on indexers:&lt;/P&gt;

&lt;P&gt;[your_sourcetype]&lt;BR /&gt;
TIME_FORMAT=%d/%m/%Y&lt;BR /&gt;
TIME_PREFIX=,&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=10&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/could-not-use-strptime-to-parse-timestamp-csv-file/m-p/169671#M34294</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2020-09-28T20:02:14Z</dc:date>
    </item>
  </channel>
</rss>

