<?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: FID in shp file in arcmap and autocad maps 3d in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752596#M42323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FID column does not actually exist in shapefiles (and if you create one, it will be renamed so as not to conflict).&amp;nbsp; Therefore the basis for zero-based and one-based counting is entirely arbitrary, which is how ArcGIS chooses 0 and AutoCAD chooses 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice would be to avoid using record position for &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ANY&lt;/STRONG&gt;&lt;/SPAN&gt; operations.&amp;nbsp; Instead, create and populate a reliable unique identifier value, then use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 21:07:01 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2017-05-24T21:07:01Z</dc:date>
    <item>
      <title>FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752591#M42318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I check FID in shp file in arcmap it starts from "0" but when I connect the data to the same shp file in autocad map 3d it starts from "1". Can anybody explain to me why is that? We have some issue with identification of objects with our client when we using different software. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 17:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752591#M42318</guid>
      <dc:creator>OlegIgoshev</dc:creator>
      <dc:date>2017-05-24T17:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752592#M42319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... shapefiles are 0 based, geodatabase featureclasses are 1 bases.&lt;/P&gt;&lt;P&gt;I bet you have an ID field in the shapefile and I bet it is filled with 0's.&amp;nbsp; To fix that, use the field calculator expression with a Python Parser,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!FID! +1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to calculate new values for the ID field.&amp;nbsp; You can then use that field in place of the FID field if you need an index that is 1 based.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 17:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752592#M42319</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-24T17:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752593#M42320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would probably be best severed by creating a feature ID you create and control if you are switching back and forth between software packages.&amp;nbsp; Adds a bit of overhead to managing the field but has the ability to save you time and effort in the long run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 17:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752593#M42320</guid>
      <dc:creator>ChristopherMcClain</dc:creator>
      <dc:date>2017-05-24T17:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752594#M42321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answer. Do you mean to change actual FID field in shp? Field calculator is not active when I select FID field in table view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 18:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752594#M42321</guid>
      <dc:creator>OlegIgoshev</dc:creator>
      <dc:date>2017-05-24T18:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752595#M42322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was referring to the ID field, you can't change the FID field as you have discovered and you will have noted that an ID field is automatically created by default when creating shapefiles in ArcMap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 20:51:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752595#M42322</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-24T20:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752596#M42323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FID column does not actually exist in shapefiles (and if you create one, it will be renamed so as not to conflict).&amp;nbsp; Therefore the basis for zero-based and one-based counting is entirely arbitrary, which is how ArcGIS chooses 0 and AutoCAD chooses 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice would be to avoid using record position for &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ANY&lt;/STRONG&gt;&lt;/SPAN&gt; operations.&amp;nbsp; Instead, create and populate a reliable unique identifier value, then use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 21:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752596#M42323</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2017-05-24T21:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: FID in shp file in arcmap and autocad maps 3d</title>
      <link>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752597#M42324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 21:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fid-in-shp-file-in-arcmap-and-autocad-maps-3d/m-p/752597#M42324</guid>
      <dc:creator>OlegIgoshev</dc:creator>
      <dc:date>2017-05-24T21:59:12Z</dc:date>
    </item>
  </channel>
</rss>

