<?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: Copy properties one field to another field with different field types in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138795#M3411</link>
    <description>&lt;P&gt;&amp;nbsp;I need to copy column 1 to column 2.&amp;nbsp; I cant edit&amp;nbsp;column 2 field type&amp;nbsp; &amp;nbsp;it should be long type.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 06:18:04 GMT</pubDate>
    <dc:creator>turguttosun</dc:creator>
    <dc:date>2022-01-31T06:18:04Z</dc:date>
    <item>
      <title>Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138765#M3408</link>
      <description>&lt;P&gt;I have two different field with different properties as can be shown from photo.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to copy one field&amp;nbsp; properties to another becaure there are more than 2000 rows.&lt;/P&gt;&lt;P&gt;When I try it gives error "The value is you entered is out of range or is not a whole number"&lt;/P&gt;&lt;P&gt;First field type is double second one is float. Thanks for answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32689iDCF66CBABE6BC21D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 22:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138765#M3408</guid>
      <dc:creator>turguttosun</dc:creator>
      <dc:date>2022-01-30T22:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138768#M3409</link>
      <description>&lt;P&gt;Did you just try a simple field calculation such that yukseklik calculated using Elevation as the value field to use&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 23:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138768#M3409</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-30T23:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138770#M3410</link>
      <description>&lt;P&gt;As far as change of Field type of an existing field is concerned, you can't do it for a non-empty table.&lt;/P&gt;&lt;P&gt;You may delete the existing field (with NULL value), and create a new one with same name and the desired fieldtype.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 23:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138770#M3410</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2022-01-30T23:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138795#M3411</link>
      <description>&lt;P&gt;&amp;nbsp;I need to copy column 1 to column 2.&amp;nbsp; I cant edit&amp;nbsp;column 2 field type&amp;nbsp; &amp;nbsp;it should be long type.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 06:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138795#M3411</guid>
      <dc:creator>turguttosun</dc:creator>
      <dc:date>2022-01-31T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138796#M3412</link>
      <description>&lt;P&gt;If column2 needs to be long, then you will lose the decimals when the copy is made.&lt;/P&gt;&lt;P&gt;And you would have to do&lt;/P&gt;&lt;P&gt;int(column1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;to do the rounding.&amp;nbsp; If it was float, then the decimal values would copy over unless there was an overflow caused by the reduction in field type.&lt;/P&gt;&lt;P&gt;Did you try any of the suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 06:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138796#M3412</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-31T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138798#M3413</link>
      <description>&lt;P&gt;thank you for answer. I havent use before field calculator. As I know in order to copy one to another, both fielld type should be same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;elevation(column 1) field type is&amp;nbsp; double&lt;/P&gt;&lt;P&gt;yukseklik(column 2) field type is&amp;nbsp;long&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;you wrote "int(column1)"&amp;nbsp; &amp;nbsp;be used in&amp;nbsp; field calculator? thanks .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 06:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138798#M3413</guid>
      <dc:creator>turguttosun</dc:creator>
      <dc:date>2022-01-31T06:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy properties one field to another field with different field types</title>
      <link>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138819#M3414</link>
      <description>&lt;P&gt;Thaks Dan,&amp;nbsp; I tried just before it works!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 10:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/copy-properties-one-field-to-another-field-with/m-p/1138819#M3414</guid>
      <dc:creator>turguttosun</dc:creator>
      <dc:date>2022-01-31T10:15:49Z</dc:date>
    </item>
  </channel>
</rss>

