<?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: DataReviewer Geometry check on String and Int in ArcGIS Data Reviewer Questions</title>
    <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135973#M224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to do this recently too for the same reason.&amp;nbsp; I just added a new text field to the table and did a bulk calculate.&amp;nbsp; You can do all this from the table dialog in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/adding-fields.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/adding-fields.htm"&gt;Adding fields—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm"&gt;Making simple field calculations—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 21:55:27 GMT</pubDate>
    <dc:creator>MichelleJohnson</dc:creator>
    <dc:date>2015-05-18T21:55:27Z</dc:date>
    <item>
      <title>DataReviewer Geometry check on String and Int</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135970#M221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I just started using Data Reviewer and went to compare two feature classes. A polygon of Parcels and a feature class of Points of addresses. I want to compare the address to ensure the address number is the same where they are on top of each other. The problem is that the Address field in the Parcels Feature Class is a string whereas the Address Feature class is an integer. I need to be able to convert the Addresses field in the points feature class to String just for this check.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Let me know if you need anymore information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 15:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135970#M221</guid>
      <dc:creator>AbhinavSharma2</dc:creator>
      <dc:date>2015-05-14T15:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: DataReviewer Geometry check on String and Int</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135971#M222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can only compare same field types in compare attribute except ObjectID which can be compared to any integer field. So you can resolve this issue by storing the address number information for the feature classes in an integer field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135971#M222</guid>
      <dc:creator>KumarBhardwaj</dc:creator>
      <dc:date>2015-05-14T20:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: DataReviewer Geometry check on String and Int</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135972#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the quickest way to convert the field? I would have to change the int to a string because the other feature class has some text values in the address field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135972#M223</guid>
      <dc:creator>AbhinavSharma2</dc:creator>
      <dc:date>2015-05-14T20:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: DataReviewer Geometry check on String and Int</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135973#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to do this recently too for the same reason.&amp;nbsp; I just added a new text field to the table and did a bulk calculate.&amp;nbsp; You can do all this from the table dialog in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/adding-fields.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/adding-fields.htm"&gt;Adding fields—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm"&gt;Making simple field calculations—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 21:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/datareviewer-geometry-check-on-string-and-int/m-p/135973#M224</guid>
      <dc:creator>MichelleJohnson</dc:creator>
      <dc:date>2015-05-18T21:55:27Z</dc:date>
    </item>
  </channel>
</rss>

