<?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 can I extract address from string? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-address-from-string/m-p/633478#M220050</link>
    <description>&lt;P&gt;I have the following string:&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="https://splunk.state.nj.us:8080/Splunk/en-US/app/search/search?q=search%20index%3D%22oit_ogis%22%20sourcetype%3D%22access_combined%22%20rest_service_service%3D%22NJ_Geocode%22%20uri_path%3D%22%2Farcgis%2Frest%2Fservices%2FTasks%2FNJ_Geocode%2FGeocodeServer%2FfindAddressCandidates%22&amp;amp;display.page.search.mode=verbose&amp;amp;dispatch.sample_ratio=1&amp;amp;earliest=-15m&amp;amp;latest=now&amp;amp;display.page.search.tab=events&amp;amp;display.general.type=events&amp;amp;sid=1678132867.7260637#" target="_blank" rel="noopener"&gt;SL=5601%20BLVD%20E%2C%20WESTON%20NEW%20YORK%2C%20NJ%20%2007093%20(WEST%20NEW%20YORK%20TOWN%2C%20HUDSON&amp;amp;f=json&amp;amp;outSR=%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I want to extract the address from this. I have tried regex with %20 and split but nothing works.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 15:24:48 GMT</pubDate>
    <dc:creator>Annieg</dc:creator>
    <dc:date>2023-03-07T15:24:48Z</dc:date>
    <item>
      <title>How can I extract address from string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-address-from-string/m-p/633478#M220050</link>
      <description>&lt;P&gt;I have the following string:&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="https://splunk.state.nj.us:8080/Splunk/en-US/app/search/search?q=search%20index%3D%22oit_ogis%22%20sourcetype%3D%22access_combined%22%20rest_service_service%3D%22NJ_Geocode%22%20uri_path%3D%22%2Farcgis%2Frest%2Fservices%2FTasks%2FNJ_Geocode%2FGeocodeServer%2FfindAddressCandidates%22&amp;amp;display.page.search.mode=verbose&amp;amp;dispatch.sample_ratio=1&amp;amp;earliest=-15m&amp;amp;latest=now&amp;amp;display.page.search.tab=events&amp;amp;display.general.type=events&amp;amp;sid=1678132867.7260637#" target="_blank" rel="noopener"&gt;SL=5601%20BLVD%20E%2C%20WESTON%20NEW%20YORK%2C%20NJ%20%2007093%20(WEST%20NEW%20YORK%20TOWN%2C%20HUDSON&amp;amp;f=json&amp;amp;outSR=%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I want to extract the address from this. I have tried regex with %20 and split but nothing works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-address-from-string/m-p/633478#M220050</guid>
      <dc:creator>Annieg</dc:creator>
      <dc:date>2023-03-07T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extract address from string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-address-from-string/m-p/633480#M220051</link>
      <description>&lt;P&gt;Use urldecode(). Like this:&lt;/P&gt;&lt;PRE&gt;| makeresults &lt;BR /&gt;| eval a="SL=5601%20BLVD%20E%2C%20WESTON%20NEW%20YORK%2C%20NJ%20%2007093%20(WEST%20NEW%20YORK%20TOWN%2C%20HUDS"&lt;BR /&gt;| eval b=urldecode(a)&lt;/PRE&gt;&lt;P&gt;BTW, you pasted whole URL to your Splunk environment. You should be more careful. Next time it might contain sensitive info.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 20:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-address-from-string/m-p/633480#M220051</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-06T20:20:33Z</dc:date>
    </item>
  </channel>
</rss>

