<?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: Search for text inside attached documents in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502872#M85349</link>
    <description>&lt;P&gt;Thanks Mic, much appreciated. Having read your response I think I'll adjust my approach to immediately loading the text contents when the document is attached and then search through the attachments table:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/auto-extract-text-from-attached-documents/m-p/1502861" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-questions/auto-extract-text-from-attached-documents/m-p/1502861&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 07:19:35 GMT</pubDate>
    <dc:creator>Shane_EU</dc:creator>
    <dc:date>2024-07-09T07:19:35Z</dc:date>
    <item>
      <title>Search for text inside attached documents</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502370#M85325</link>
      <description>&lt;P&gt;I want to enable our users to be able to &lt;EM&gt;&lt;STRONG&gt;search for text inside attached documents&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Example scenario: User needs to find all features that have attached documents that contain the word "bicycle"&lt;/P&gt;&lt;P&gt;Does anybody have any ideas how to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 12:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502370#M85325</guid>
      <dc:creator>Shane_EU</dc:creator>
      <dc:date>2024-07-08T12:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search for text inside attached documents</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502809#M85344</link>
      <description>&lt;P&gt;As a general approach, I'd use Python, with a read cursor to iterate through each attachment, download it to a temp file, and search using a relevant Python library that reads your attachment file types.&amp;nbsp; If you get a match, return the attachment's GlobalID and use that to find and return parent record data.&lt;BR /&gt;&lt;BR /&gt;Downloading could be slow, but I don't know any options for reading attachments &lt;EM&gt;in situ&lt;/EM&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;FME can access attachments and &lt;EM&gt;should&lt;/EM&gt; be able to read/search PDFs, but AFAIK, it can't read Word Documents, so you're back to using Python in FME if that's what you have.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 22:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502809#M85344</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2024-07-08T22:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search for text inside attached documents</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502872#M85349</link>
      <description>&lt;P&gt;Thanks Mic, much appreciated. Having read your response I think I'll adjust my approach to immediately loading the text contents when the document is attached and then search through the attachments table:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/auto-extract-text-from-attached-documents/m-p/1502861" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-questions/auto-extract-text-from-attached-documents/m-p/1502861&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 07:19:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/search-for-text-inside-attached-documents/m-p/1502872#M85349</guid>
      <dc:creator>Shane_EU</dc:creator>
      <dc:date>2024-07-09T07:19:35Z</dc:date>
    </item>
  </channel>
</rss>

