<?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: CSV Extraction in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522218#M17973</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/180715"&gt;@shugup2923&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what's the field delimiter of your csv?&lt;/P&gt;&lt;P&gt;If it isn't "," (default), you have to set in props.conf :&lt;/P&gt;&lt;PRE&gt;FIELD_DELIMITER=&amp;lt;your_field_delimiter&amp;gt;&lt;/PRE&gt;&lt;P&gt;One hint: if possible, avoid spaces in field names.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 10:46:07 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-30T10:46:07Z</dc:date>
    <item>
      <title>CSV Extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522212#M17972</link>
      <description>&lt;P&gt;I have a csv with data as below-&amp;nbsp;&lt;/P&gt;&lt;TABLE width="565"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="131"&gt;Timestamp&lt;/TD&gt;&lt;TD width="97"&gt;&amp;nbsp;Total Capacity&lt;/TD&gt;&lt;TD width="97"&gt;&amp;nbsp;Used Capacity&lt;/TD&gt;&lt;TD width="125"&gt;&amp;nbsp;Available Capacity&lt;/TD&gt;&lt;TD width="115"&gt;&amp;nbsp;Percentage Used&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/30/2020 11:11&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;209.34 TB&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;201.46 TB&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;7.88 TB&lt;/TD&gt;&lt;TD&gt;96.24%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;my inputs.conf is -&lt;BR /&gt;[monitor://F:\Storage\Tools\CTW\MSA\MSA_FSutilization.csv]&lt;BR /&gt;sourcetype=csv_use_current_date&lt;BR /&gt;disabled=false&lt;BR /&gt;index=storage&lt;BR /&gt;crcSalt=&amp;lt;SOURCE&amp;gt;&lt;BR /&gt;&lt;BR /&gt;props.conf -&lt;BR /&gt;[csv_use_current_date]&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;BR /&gt;HEADER_FIELD_LINE_NUMBER = 1&lt;BR /&gt;INDEXED_EXTRACTIONS = csv&lt;BR /&gt;KV_MODE = none&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;category = Structured&lt;BR /&gt;description = Comma-separated value format. Set header and other settings in "Delimited Settings"&lt;BR /&gt;disabled = false&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;&lt;BR /&gt;fields are not extracted properly, getting full data in single field-&lt;BR /&gt;&lt;BR /&gt;Any Suggestion ??&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 10:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522212#M17972</guid>
      <dc:creator>shugup2923</dc:creator>
      <dc:date>2020-09-30T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522218#M17973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/180715"&gt;@shugup2923&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what's the field delimiter of your csv?&lt;/P&gt;&lt;P&gt;If it isn't "," (default), you have to set in props.conf :&lt;/P&gt;&lt;PRE&gt;FIELD_DELIMITER=&amp;lt;your_field_delimiter&amp;gt;&lt;/PRE&gt;&lt;P&gt;One hint: if possible, avoid spaces in field names.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 10:46:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522218#M17973</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522222#M17974</link>
      <description>&lt;P&gt;My issue got resolved, issue was with field_delimiter , it was tab and I was missing that&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 11:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522222#M17974</guid>
      <dc:creator>shugup2923</dc:creator>
      <dc:date>2020-09-30T11:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Extraction</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522236#M17975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/180715"&gt;@shugup2923&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 11:58:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/CSV-Extraction/m-p/522236#M17975</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T11:58:28Z</dc:date>
    </item>
  </channel>
</rss>

