<?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: How to load data into attribute tables of existing features? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371497#M21111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In a similar vein, why not just delete the incorrectly joined rows (those with NULLs &lt;BR /&gt;in some key column) and re-append, paying close atention to field compatibility.&lt;BR /&gt;You could even append using SQL, which will be more forgiving on types.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Hello again. Re-appending would create new features, and I want to update the existing ones. the reason I insist on updating the existing ones, is because I've already run a procedure on them. More precisely, the features we've talked about are point FC and they have received a code which I later used in a polyline FC. The polylines are defined at ends by these point FC I'm talking about and by their codes. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if there is no other solution, I guess I will delete them, re-append, recreate the geo-network and run again the procedure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Feature type- point, number of rows: 2000. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I think the appending went wrong because it&amp;nbsp; was checked "NO TEST", so probably it was a compatibility between fields problem for sure. Can't remember what happened during the append, it's been a while.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) The spatial join creates a new feature class, so that's not a solution I think.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 05:18:45 GMT</pubDate>
    <dc:creator>LigiaGafitescu</dc:creator>
    <dc:date>2013-05-01T05:18:45Z</dc:date>
    <item>
      <title>How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371491#M21105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to load data into existing features (not existing feature classes). Maybe it's really simple, but I have no idea how to do that now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appended some data into an existing feature class (let's call it B), but at the end, some fields from feature class A were not transferred, so I want to bring the data from those not-transferred fields (FC A)&amp;nbsp; into the existing fields of the existing features (feature class B). In other words I just want to fill in some cells in the attribute table of FC B with values from FC A. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Append tool won't help, Load Objects won't help, Simple data Loader won't help, xml import won't help, doing it manually won't help because we're talking about a lot of data and of various values. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a "more automatic" way than Spatial Adjustment's Transfer Mapping?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you a lot for you kind suggestions,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ligia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 07:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371491#M21105</guid>
      <dc:creator>LigiaGafitescu</dc:creator>
      <dc:date>2013-04-30T07:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371492#M21106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS are you using?&amp;nbsp; What service pack?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In what type of geodatabase is the data stored?&amp;nbsp; If ArcSDE, which RDBMS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an attribute key on which you can join in both tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 10:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371492#M21106</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-30T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371493#M21107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What version of ArcGIS are you using?&amp;nbsp; What service pack?&lt;BR /&gt;In what type of geodatabase is the data stored?&amp;nbsp; If ArcSDE, which RDBMS?&lt;BR /&gt;Is there an attribute key on which you can join in both tables?&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, forgot to give details. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So its' ArcGIS 10.1 SP 1. It's an ArcSDE Geodatabase on PostgreSQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And unfortunately, no I don't have an attribute key to use for join. The attribute table is almost empty.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 10:39:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371493#M21107</guid>
      <dc:creator>LigiaGafitescu</dc:creator>
      <dc:date>2013-04-30T10:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371494#M21108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's a trivial task to update columns with a join key using SQL.&amp;nbsp; It's impossible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; without a join key, so you need to make one.&amp;nbsp; You didn't say what feature type(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or how many rows were involved, which would make a large difference on your&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;options, but the general goal is to generate a table with rowids of the two tables&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as a result of a spatial join, then use that to drive an UPDATE statement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 11:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371494#M21108</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-30T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371495#M21109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ligia, perhaps you have already looked at this, but I didn't see it mentioned; have you verified the field properties are the same between the two feature classes for the fields that did not append?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 11:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371495#M21109</guid>
      <dc:creator>RobertGelner</dc:creator>
      <dc:date>2013-04-30T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371496#M21110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In a similar vein, why not just delete the incorrectly joined rows (those with NULLs &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in some key column) and re-append, paying close atention to field compatibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could even append using SQL, which will be more forgiving on types.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 11:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371496#M21110</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-30T11:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371497#M21111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In a similar vein, why not just delete the incorrectly joined rows (those with NULLs &lt;BR /&gt;in some key column) and re-append, paying close atention to field compatibility.&lt;BR /&gt;You could even append using SQL, which will be more forgiving on types.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Hello again. Re-appending would create new features, and I want to update the existing ones. the reason I insist on updating the existing ones, is because I've already run a procedure on them. More precisely, the features we've talked about are point FC and they have received a code which I later used in a polyline FC. The polylines are defined at ends by these point FC I'm talking about and by their codes. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if there is no other solution, I guess I will delete them, re-append, recreate the geo-network and run again the procedure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Feature type- point, number of rows: 2000. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I think the appending went wrong because it&amp;nbsp; was checked "NO TEST", so probably it was a compatibility between fields problem for sure. Can't remember what happened during the append, it's been a while.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) The spatial join creates a new feature class, so that's not a solution I think.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 05:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371497#M21111</guid>
      <dc:creator>LigiaGafitescu</dc:creator>
      <dc:date>2013-05-01T05:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data into attribute tables of existing features?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371498#M21112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, a spatial join would produce a new table, but it would produce a new table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with attributes from both tables, from which you could do an UPDATE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since there are so few points, and they are points, you might just try a brute&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; force ST_GEOMETRY equivalence test (assuming the coordrefs are exactly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the same).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-load-data-into-attribute-tables-of-existing/m-p/371498#M21112</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-05-01T10:36:12Z</dc:date>
    </item>
  </channel>
</rss>

