<?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: Skipping a record when joining tables in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/skipping-a-record-when-joining-tables/m-p/567387#M32166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could simply add fields to the existing tables that reflect the pairing you want.&amp;nbsp; There is an example towards the bottom of this help file link called &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000004s000000"&gt;autoincrement&lt;/A&gt; and you can adjust the start number accordingly between the two files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 03:43:32 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2014-07-22T03:43:32Z</dc:date>
    <item>
      <title>Skipping a record when joining tables</title>
      <link>https://community.esri.com/t5/data-management-questions/skipping-a-record-when-joining-tables/m-p/567386#M32165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the scenario:&amp;nbsp; I am creating line segments between points to represent human migrations from place to place over time.&amp;nbsp; Each point is attributed with City, State, Year, Lat, Long, etc, etc.&amp;nbsp; What I am trying to do is join the point attributes to the newly created line segments.&amp;nbsp; The trick is I need to join line segment 1 with point 2.&amp;nbsp; Essentially line 1 needs the "Destination" attributes, not the "Origin" attributes.&amp;nbsp; However, when I go to join the tables I can't join line 1 with point 2.&amp;nbsp; It joins line 1 with point 1, thus giving the attributes from the origin point instead of the destination point.&amp;nbsp; This might be confusing, so here's the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Table&lt;/P&gt;&lt;P&gt;FID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Event&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City_Town&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Begin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seattle&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; US&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1986&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Move&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Helena&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; US&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1988&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Move&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line Segments Table&lt;/P&gt;&lt;P&gt;FID&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to join Line Segment FID 0 with Point FID 1?&amp;nbsp; When I try to join the Lines Table FID with the Points Table ID a null record is added so that the tables line up at 1.&amp;nbsp; Any way around this?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 02:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/skipping-a-record-when-joining-tables/m-p/567386#M32165</guid>
      <dc:creator>LoganJackson</dc:creator>
      <dc:date>2014-07-22T02:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping a record when joining tables</title>
      <link>https://community.esri.com/t5/data-management-questions/skipping-a-record-when-joining-tables/m-p/567387#M32166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could simply add fields to the existing tables that reflect the pairing you want.&amp;nbsp; There is an example towards the bottom of this help file link called &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000004s000000"&gt;autoincrement&lt;/A&gt; and you can adjust the start number accordingly between the two files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 03:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/skipping-a-record-when-joining-tables/m-p/567387#M32166</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-07-22T03:43:32Z</dc:date>
    </item>
  </channel>
</rss>

