<?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 a joined layer results in empty dataset, need help. in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625069#M20720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That is indeed the usual approach. I was simply offering another approach, since the first appeared to be giving mixed results.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate the help, my exasperation wasn't pointed at you. I'm frustrated with the software! For a workaround using the copy features tool seemed to work ok and requires less manual work than the method above but its good to have multiple solutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I really need to understand the underlying issue and how to resolve it not just for this student but for future ones as well. I work with dozens of students a quarter here and rely heavily on this function to make permanent copies of their analysis results and table joins and I can't be resorting to workarounds for such a basic function all the time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2012 19:52:59 GMT</pubDate>
    <dc:creator>DavidMedeiros</dc:creator>
    <dc:date>2012-06-07T19:52:59Z</dc:date>
    <item>
      <title>Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625065#M20716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two seemingly related problems I need some help with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I have a feature class of points that I joined to a table of data saved as an .xls file. The join works perfectly, however when I make the join permanent by exporting the newly joined layer the new layer has no features, zero entries in the table where it should have 143. I tried several methods of extracting the dynamically joined layer to a new permanent feature class, in the end the only thing that worked was using the copy features tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Using that now permanent copied points layer, I made a new join to a layer of polygons keeping only matching records. The new table has 7 entries out of 143 possible. Using the normal data&amp;gt;export... method to make the join permanent I get a new feature class but this time instead of 7 features (or none like above) I get 143 features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this sounds familiar to anyone? Any idea why this is happening?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 15:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625065#M20716</guid>
      <dc:creator>DavidMedeiros</dc:creator>
      <dc:date>2012-06-07T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625066#M20717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have two seemingly related problems I need some help with:&lt;BR /&gt;&lt;BR /&gt;1) I have a feature class of points that I joined to a table of data saved as an .xls file. The join works perfectly, however when I make the join permanent by exporting the newly joined layer the new layer has no features, zero entries in the table where it should have 143. I tried several methods of extracting the dynamically joined layer to a new permanent feature class, in the end the only thing that worked was using the copy features tool.&lt;BR /&gt;&lt;BR /&gt;2) Using that now permanent copied points layer, I made a new join to a layer of polygons keeping only matching records. The new table has 7 entries out of 143 possible. Using the normal data&amp;gt;export... method to make the join permanent I get a new feature class but this time instead of 7 features (or none like above) I get 143 features.&lt;BR /&gt;&lt;BR /&gt;Does this sounds familiar to anyone? Any idea why this is happening?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm assuming you are joining your xls layer to the points feature class (not the other way around). You could create dummy empty fields before the join (with same data types as the xls table fields) and then after the join, populate those fields based on the joined table fields. That way, the data will remain permanently in the points feature class, even after the join is removed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 19:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625066#M20717</guid>
      <dc:creator>MathieuCain</dc:creator>
      <dc:date>2012-06-07T19:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625067#M20718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm assuming you are joining your xls layer to the points feature class (not the other way around). You could create dummy empty fields before the join (with same data types as the xls table fields) and then after the join, populate those fields based on the joined table fields. That way, the data will remain permanently in the points feature class, even after the join is removed.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joining table to points, then using Data&amp;gt;Export Data... to make a permanent copy of the points layer. I've done this hundreds of times and is basically the primary method for making a join permanent in ArcGIS. I've encountered the empty export issue a few times here and there but not the problem I described 2) above. Either way this is generally a straightforward function that we use all the time in Arc. It may be here data that's causing the problem, but I can't think of why.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 19:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625067#M20718</guid>
      <dc:creator>DavidMedeiros</dc:creator>
      <dc:date>2012-06-07T19:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625068#M20719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Joining table to points, then using Data&amp;gt;Export Data... to make a permanent copy of the points layer. I've done this hundreds of times and is basically the primary method for making a join permanent in ArcGIS. I've encountered the empty export issue a few times here and there but not the problem I described 2) above. Either way this is generally a straightforward function that we use all the time in Arc. It may be here data that's causing the problem, but I can't think of why.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is indeed the usual approach. I was simply offering another approach, since the first appeared to be giving mixed results.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 19:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625068#M20719</guid>
      <dc:creator>MathieuCain</dc:creator>
      <dc:date>2012-06-07T19:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625069#M20720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That is indeed the usual approach. I was simply offering another approach, since the first appeared to be giving mixed results.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate the help, my exasperation wasn't pointed at you. I'm frustrated with the software! For a workaround using the copy features tool seemed to work ok and requires less manual work than the method above but its good to have multiple solutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I really need to understand the underlying issue and how to resolve it not just for this student but for future ones as well. I work with dozens of students a quarter here and rely heavily on this function to make permanent copies of their analysis results and table joins and I can't be resorting to workarounds for such a basic function all the time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 19:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625069#M20720</guid>
      <dc:creator>DavidMedeiros</dc:creator>
      <dc:date>2012-06-07T19:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625070#M20721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I appreciate the help, my exasperation wasn't pointed at you. I'm frustrated with the software! For a workaround using the copy features tool seemed to work ok and requires less manual work than the method above but its good to have multiple solutions.&lt;BR /&gt;&lt;BR /&gt;But I really need to understand the underlying issue and how to resolve it not just for this student but for future ones as well. I work with dozens of students a quarter here and rely heavily on this function to make permanent copies of their analysis results and table joins and I can't be resorting to workarounds for such a basic function all the time.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Likely a silly question, but you're exporting "All Features" as opposed to "All Features In View Extent" I presume.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 21:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625070#M20721</guid>
      <dc:creator>MathieuCain</dc:creator>
      <dc:date>2012-06-07T21:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625071#M20722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume you've checked for leading or trailing spaces in the field names?&amp;nbsp; Is the data available to share?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 23:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625071#M20722</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-06-07T23:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625072#M20723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I assume you've checked for leading or trailing spaces in the field names?&amp;nbsp; Is the data available to share?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm with the perceptive Mr. Quinn. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to be very careful with .xls and .txt tables that they follows Microsoft Jet/.shp/.dbf file naming limitations: No tables or field names starting with a number, no spaces, no special characters (except "_"), short (10-chars). To avoid trouble, I try to follow these rules with all datasets. You can always be more creative with field aliases and layer names, but the datasets themselves should use "safe" names. If you do that, field names are also less likely to be garbled if the geoprocessing workflow goes through&amp;nbsp; .shp or .dbf formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you violate these rules, the tabular data may be read okay, but joins are not likely to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the Copy Features tool, I believe it's a it's a much more useful method than data/export, since when you want to do it again (say after you change the underlying data), you don't need to go wandering through the interface, you can instead pull the Copy Features out of Geoprocessing results and re-run it. The Copy Features tool also is guaranteed to honor the specified environment settings for Current Workspace and Qualified Field Names.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 00:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625072#M20723</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-08T00:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625073#M20724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm with the perceptive Mr. Quinn. &lt;BR /&gt;&lt;BR /&gt;You need to be very careful with .xls and .txt tables that they follows Microsoft Jet/.shp/.dbf file naming limitations: No tables or field names starting with a number, no spaces, no special characters (except "_"), short (10-chars). To avoid trouble, I try to follow these rules with all datasets. You can always be more creative with field aliases and layer names, but the datasets themselves should use "safe" names. If you do that, field names are also less likely to be garbled if the geoprocessing workflow goes through&amp;nbsp; .shp or .dbf formats.&lt;BR /&gt;&lt;BR /&gt;If you violate these rules, the tabular data may be read okay, but joins are not likely to work.&lt;BR /&gt;&lt;BR /&gt;As for the Copy Features tool, I believe it's a it's a much more useful method than data/export, since when you want to do it again (say after you change the underlying data), you don't need to go wandering through the interface, you can instead pull the Copy Features out of Geoprocessing results and re-run it. The Copy Features tool also is guaranteed to honor the specified environment settings for Current Workspace and Qualified Field Names.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to get back to this after having reviewed the input table. As far as I can see, no special characters, no numbers first, no spaces etc. I always follow the same rules but hadn't specifically checked this students table so wasn't sure. It may just be a bad table creation process leading to some underlying issue with the table itself. Although I can't see how it would successfully join to a layer but not export.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for exporting dynamic joins and selections, I typically use the data&amp;gt;export method because its right there on the layer. For the researches and academics I work with the contextual right click tools are often easier to find than toolbox tools and it fits their one-off work processes better I think. That said, the Copy Features tool obviously works better with iffy table joins so maybe I need to switch to that tool right away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 15:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625073#M20724</guid>
      <dc:creator>DavidMedeiros</dc:creator>
      <dc:date>2012-06-12T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625074#M20725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; As far as I can see, no special characters, no numbers first, no spaces etc.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more potential problem that I should add to the list are any SQL keywords for field names: "IN","OVER","COUNT" etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 17:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625074#M20725</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-12T17:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625075#M20726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using validate join helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got an error from a field with invalid character: ' ' &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I went to excel and replaced space ' ' by nothing &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; save .xls&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; restart arcmap (yes. no idea why one would have to do this, but otherwise excel edits don't update, even if you remove .xls -fiele and add it again)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; add updated excel after restart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; perform join&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; export data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 05:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625075#M20726</guid>
      <dc:creator>HenriRiihimäki</dc:creator>
      <dc:date>2014-02-21T05:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625076#M20727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using validate join helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got an error from a field with invalid character: ' ' &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I went to excel and replaced space ' ' by nothing &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; save .xls&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; restart arcmap (yes. no idea why one would have to do this, but otherwise excel edits don't update, even if you remove .xls -fiele and add it again)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; add updated excel after restart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; perform join&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; export data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 06:12:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625076#M20727</guid>
      <dc:creator>HenriRiihimäki</dc:creator>
      <dc:date>2014-02-21T06:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625077#M20728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;no idea why one would have to do this, but otherwise excel edits don't update, even if you remove .xls -fiele and add it again)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The restart is necessary because ArcMap caches the data after the first read and does not go back to the original table during that ArcMap session. This is done for performance reasons. Otherwise every time you opened a large linked table, the wait would be pretty unacceptable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes you can get around this by creating a new arcmap document and then re-opening your old one. This is usually a lot faster than restarting ArcMap).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625077#M20728</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-02-21T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625078#M20729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just had the exact same problem with exporting a joined table and getting an empty feature class.&amp;nbsp; I used the copy features tool instead and it worked.&amp;nbsp; Go figure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625078#M20729</guid>
      <dc:creator>crystalmcdermott</dc:creator>
      <dc:date>2015-09-18T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625079#M20730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find it helpful, sometimes, to export the xls(x) to csc and then open in notepad to edit. Then join the csv, not the excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625079#M20730</guid>
      <dc:creator>KyleMonster</dc:creator>
      <dc:date>2016-04-22T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625080#M20731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because of one "&amp;amp;" in all of my dataset, that was in .csv file contaminated the whole join. It was deceiving because it joined successfully, but on the export, all the new values were null. Once i removed the "&amp;amp;" in one of the values, the data exported correctly.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625080#M20731</guid>
      <dc:creator>robstrange</dc:creator>
      <dc:date>2016-09-30T16:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625081#M20732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem. Copy Feature solved it in the best way because I can not edit the joined layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 00:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625081#M20732</guid>
      <dc:creator>HossameldinElalkamy</dc:creator>
      <dc:date>2017-01-12T00:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625082#M20733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue. It's been solved by saving the table that you want to join with the Feature Class in &lt;EM&gt;&lt;STRONG&gt;CSV (Comma delimited)&lt;/STRONG&gt;&lt;/EM&gt; format, and then redo the &lt;STRONG&gt;Join&lt;/STRONG&gt; and &lt;STRONG&gt;Export&lt;/STRONG&gt; the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2018 10:53:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/625082#M20733</guid>
      <dc:creator>FaisalBasudan1</dc:creator>
      <dc:date>2018-09-09T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a joined layer results in empty dataset, need help.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/1527908#M27395</link>
      <description>&lt;P&gt;I had the same issue and the problem was that I had features selected in the data I was joining to that didn't match/relate/join with the data I was joining to and during the join I unchecked the "Keep all input features".&amp;nbsp; When I went to export my data, the export tool was using the selected features for the output, which resulted in an empty output.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 15:31:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-joined-layer-results-in-empty-dataset/m-p/1527908#M27395</guid>
      <dc:creator>CoreGeoscience_Services_Inc_</dc:creator>
      <dc:date>2024-08-27T15:31:18Z</dc:date>
    </item>
  </channel>
</rss>

