<?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 to remove double quotes from outputlookup csv file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-double-quotes-from-outputlookup-csv-file/m-p/177674#M35593</link>
    <description>&lt;P&gt;How to remove double quotes from outputlookup csv file&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2014 04:13:24 GMT</pubDate>
    <dc:creator>mvaradarajam</dc:creator>
    <dc:date>2014-10-31T04:13:24Z</dc:date>
    <item>
      <title>How to remove double quotes from outputlookup csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-double-quotes-from-outputlookup-csv-file/m-p/177674#M35593</link>
      <description>&lt;P&gt;How to remove double quotes from outputlookup csv file&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 04:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-double-quotes-from-outputlookup-csv-file/m-p/177674#M35593</guid>
      <dc:creator>mvaradarajam</dc:creator>
      <dc:date>2014-10-31T04:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove double quotes from outputlookup csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-double-quotes-from-outputlookup-csv-file/m-p/177675#M35594</link>
      <description>&lt;P&gt;Hi mvaradarajam,&lt;/P&gt;

&lt;P&gt;you cannot remove double quotes from output lookup csv file. &lt;BR /&gt;
Splunk will put them around any values containing any non alphanumeric character. See this answer for more details &lt;A href="http://answers.splunk.com/answers/114632/when-does-splunk-add-double-quotation-in-outputcsv.html"&gt;http://answers.splunk.com/answers/114632/when-does-splunk-add-double-quotation-in-outputcsv.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Anyhow, why is this a problem to you? &lt;BR /&gt;
Can't you simply use something like this on the lookup fields:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | head 1 | eval foo="\"quotes\"" | eval boo=trim(foo, "\"") | table foo boo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 06:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-remove-double-quotes-from-outputlookup-csv-file/m-p/177675#M35594</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-31T06:50:09Z</dc:date>
    </item>
  </channel>
</rss>

