<?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: Exporting After Join in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66793#M2385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sounds like the source is not a Geodatabase Table or recognised format. &lt;/P&gt;&lt;P&gt;It might be easiest if you import the table into a file geodatabase. The objectids will be added automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 19:11:02 GMT</pubDate>
    <dc:creator>SusanJones</dc:creator>
    <dc:date>2015-01-21T19:11:02Z</dc:date>
    <item>
      <title>Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66783#M2375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is frustrating because this is something I've done a thousand times before. However, I have a feature class called Parcels and I'm joining it to an assessment table based on a common field called parcel number. In ArcMap, it works fine. When I export the table, or export a subset selection, the table columns are all &amp;lt;null&amp;gt; in the exported FC. It does the same thing when I create a layer based off of a selection. It exports field names, but not the data in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've recently just upgraded to 10.3, so I'm not sure if this is a bug therefrom, or I'm just missing something. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 18:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66783#M2375</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-20T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66784#M2376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the data type of the joining field in both the destination and source. It's possible that there is a difference - joining double with integer data types has done this for me in the past.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible that one of the data input sources has changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 19:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66784#M2376</guid>
      <dc:creator>SusanJones1</dc:creator>
      <dc:date>2015-01-20T19:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66785#M2377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data sources are both strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 19:45:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66785#M2377</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-20T19:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66786#M2378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;Are these fields are both less than 100 characters?&lt;/P&gt;&lt;P&gt;Are both these fields indexed?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 21:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66786#M2378</guid>
      <dc:creator>SusanJones1</dc:creator>
      <dc:date>2015-01-20T21:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66787#M2379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are not indexed and they're fields that were in existence prior to my use of them, so I'll have to double check on their length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The feature class is a general parcel feature class, it has owner name and a parcel ID number. The table is one that I had to convert from a text file (that was the format in which I downloaded it). Whether I have imported it into Excel, Access, or a Geodatabase it has acted similarly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:43:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66787#M2379</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66788#M2380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The length of the feature class is set to 20. The length in the table is 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported the table from various formats, so could that field length be causing the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:46:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66788#M2380</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T14:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66789#M2381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to leave the issue and I'm just now coming back to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are similar in type (string), are not indexed, and have different 'precisisons' (I don't think that's a word).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned in a response above, the table was downloaded as a text file and I've used different methods (Excel, Access, into the Geodatabase itself) to import it into ArcMap getting similar results each time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:48:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66789#M2381</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66790#M2382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant field length. My bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the join field tool and it gave me a similar result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have an option of an earlier 10.x machine. We're a small shop (two users) and we just upgraded everyone to 10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A thousand may have been an exaggeration, but I would say I've done it quite a bit. When I was involved in the County I work for's parcel publication process this is how we published our parcels on a monthly basis - joined based off of parcel ID, and exported the join to get the final product. I do not remember it being this difficult before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tech support is an option, I just started here to see if 1) Anyone else had had this problem or 2) Maybe I could avoid tech support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66790#M2382</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66791#M2383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to run it with the join tool. It threw and error saying the Assessment Table lacked OIDs (as it was a conversion from a text file, this isn't out of left field). So I was able to export the table to a table that had and OID field. I then attempted to perform the join in ArcMap the usual way (right-click --&amp;gt; join, etc) and it works in ArcMap. I then exported the file and had the same issue, the newly joined data shows up a &amp;lt;null&amp;gt; values in the exported copy. The fields are there, but the data is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, I attempted to use the Join Field tool again. This time it threw a '999999' Error which means there's an error but the code can't tell me what's happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to try another office to see if they have similar issues (there is one that hasn't upgraded to 10.3 as of yet). If they can perform the join-export than I'm going to lean toward an upgrade issue. But, I'm still eliminating causes at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 16:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66791#M2383</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66792#M2384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;255 text length is a default when features have been imported from non ArcGIS Formats like excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible there are trailing spaces which is not being matched to the feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps try trimming the field on both sides&lt;/P&gt;&lt;P&gt;Problem sounds like it is on the Table side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66792#M2384</guid>
      <dc:creator>SusanJones</dc:creator>
      <dc:date>2015-01-21T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66793#M2385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sounds like the source is not a Geodatabase Table or recognised format. &lt;/P&gt;&lt;P&gt;It might be easiest if you import the table into a file geodatabase. The objectids will be added automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66793#M2385</guid>
      <dc:creator>SusanJones</dc:creator>
      <dc:date>2015-01-21T19:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66794#M2386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/7982"&gt;Susan Jones&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took your advice and it worked. I was going to try one last thing before I went down the hall to try it in another office that hadn't updated from 10.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported the table into a file geodatabase. Performed the join with the imported table, and exported it and it worked properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66794#M2386</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T20:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66795#M2387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kinda/sorta. I created an empty table and copied the original to it, which apparently wasn't the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This time, I simply created and empty file geodatabase and imported the original table (without OIDs) and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66795#M2387</guid>
      <dc:creator>KevinLaughlin</dc:creator>
      <dc:date>2015-01-21T20:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66796#M2388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a wonderful insight to this problem that has bugged me for years. I avoid all exported joins because of the nulls, and I could never work out why. All I now have to do is check for the existence of a FID! My workaround is to create a python dictionary and run a cursor which is actually faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might I also suggest SCHEMA.INI on your text files&lt;SPAN style="text-decoration: underline;"&gt; before&lt;/SPAN&gt; you import them with TabletoTable? This is a standard Microsoft function that is used by ArcGIS to add a correct database schema to a CSV or TXT file. This avoids the dreaded 255 char wide fields, and properly defines integers instead of floats. All this will make joins more successful when it is finally in a geodatabase with a proper ObjectID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66796#M2388</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2015-04-30T21:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting After Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66797#M2389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed &lt;A href="https://community.esri.com/migrated-users/3269"&gt;Kim Ollivier&lt;/A&gt; The da (data access) module for arcpy has been revolutionary for Geoprocessing at in ArcGIS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rows are treated as tuples with these new cursors. Geoprocessing flies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 00:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-after-join/m-p/66797#M2389</guid>
      <dc:creator>SusanJones</dc:creator>
      <dc:date>2015-05-01T00:05:32Z</dc:date>
    </item>
  </channel>
</rss>

