<?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 How do I remove all double quotes from splunk data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353370#M64710</link>
    <description>&lt;P&gt;My data read into splunk with all double quote around them. How can I delete all of these double quotes from splunk?&lt;BR /&gt;
This is the data:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3325iEBF9D12355772AF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 13:49:15 GMT</pubDate>
    <dc:creator>tamduong16</dc:creator>
    <dc:date>2017-08-07T13:49:15Z</dc:date>
    <item>
      <title>How do I remove all double quotes from splunk data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353370#M64710</link>
      <description>&lt;P&gt;My data read into splunk with all double quote around them. How can I delete all of these double quotes from splunk?&lt;BR /&gt;
This is the data:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3325iEBF9D12355772AF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353370#M64710</guid>
      <dc:creator>tamduong16</dc:creator>
      <dc:date>2017-08-07T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove all double quotes from splunk data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353371#M64711</link>
      <description>&lt;P&gt;I'm not sure about getting rid of them in raw before indexing but if you are looking for search time field extractions without quotes I'd use props.conf and transforms.conf to achieve this.&lt;/P&gt;

&lt;P&gt;Props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;sourcetype/spec&amp;gt;]
REPORT-extract_quotes = extract_quotes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[extract_quotes]
REGEX = [a-zA-Z0-9_]*"(.*?)"
FORMAT = $1::$2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should extract your fields to be without quotes when searching. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:22:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353371#M64711</guid>
      <dc:creator>mdsnmss</dc:creator>
      <dc:date>2017-08-07T17:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove all double quotes from splunk data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353372#M64712</link>
      <description>&lt;P&gt;You would have to delete the data, correct your upload process to omit the quotes, and then er-index the data.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:24:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-remove-all-double-quotes-from-splunk-data/m-p/353372#M64712</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-07T17:24:53Z</dc:date>
    </item>
  </channel>
</rss>

