<?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: Field Calculator - Adding HTML and changing File Paths in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499505#M28346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find and replace in the attribute table by using control + f. This will allow you to change C:\folder to \\\\server. You can add to the end of your text by right clicking on the column header and select field calculator in the syntax add the fieldname &amp;amp; "text you want to add in speech marks"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 21:58:13 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2014-07-09T21:58:13Z</dc:date>
    <item>
      <title>Field Calculator - Adding HTML and changing File Paths</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499504#M28345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;I am using ArcMap 10.2.&lt;/P&gt;&lt;P&gt;In my data, I have an "Image" field that contains a file path.&lt;/P&gt;&lt;P&gt;I am wanting to add HTML content to both ends of this field.&lt;/P&gt;&lt;P&gt;T&lt;SPAN style="line-height: 1.5;"&gt;he end result, a frame that displays the Image when using the HTML Popup Tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;The tricky part is that I need to replace part of the File Path in the process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Instead of a mapped drive, I need to replace the first part of the File Path with the name of a server which the picture resides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example Original "Image" path: &lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 10pt;"&gt;C:\Folder\Folder\Picture.jpg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; font-family: Arial;"&gt;Example Changed "Image" path:&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt;\\\\\Server\Folder\Folder\Picture.jpg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000; font-size: 10pt; font-family: Arial;"&gt;Example Changed "Image" path with Frame:&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt;&amp;lt;img alt="File" src="\\\\\C:\Folder\Folder\Picture.jpg" width="416" height="312"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt;Being new to ArcGIS, perhaps I am over my head with this undertaking.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt;Surely there is a way to do this in bulk to all of my Features.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 21:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499504#M28345</guid>
      <dc:creator>TaylorKerr</dc:creator>
      <dc:date>2014-07-09T21:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator - Adding HTML and changing File Paths</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499505#M28346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find and replace in the attribute table by using control + f. This will allow you to change C:\folder to \\\\server. You can add to the end of your text by right clicking on the column header and select field calculator in the syntax add the fieldname &amp;amp; "text you want to add in speech marks"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 21:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499505#M28346</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-07-09T21:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator - Adding HTML and changing File Paths</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499506#M28347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, Anthony!&lt;/P&gt;&lt;P&gt;Getting creative with your Find &amp;amp; Replace suggestion, I was actually able to get things to work!&lt;/P&gt;&lt;P&gt;Turns out, the major issue I was having was that the Field Calculator wasn't using quotation marks like I wanted it to.&lt;/P&gt;&lt;P&gt;Find &amp;amp; Replace worked like a charm.&lt;/P&gt;&lt;P&gt;I was able to change and mold over 300 Features in only a few steps.&lt;/P&gt;&lt;P&gt;Thanks again for the suggestion and advice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculator-adding-html-and-changing-file/m-p/499506#M28347</guid>
      <dc:creator>TaylorKerr</dc:creator>
      <dc:date>2014-07-10T13:51:17Z</dc:date>
    </item>
  </channel>
</rss>

