<?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 Need help with a sample tool of an Attribute Editor in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-a-sample-tool-of-an-attribute/m-p/537757#M14566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to ArcObjects therefore a sample script would be very helpful. I would need a tool for comparing attribute structure changes in different Geodatabase versioned environments and that requires fast responses from me. Environments are not always the same, therefore I may not use hard coded table / feature class list and needs to be configurable for a non-developer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I would need a sample tool for ArcMap using ArcObjects 9.3 that would:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Read TABLE STRUCTURE -&amp;gt; CSV&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;1. Read a specific list of table names (txt file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select an ArcSDE connection for the source data (where the tables are located)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Export the structure of the tables set in the txt file (column type, length, ...) in one CSV format&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Implement structure from a CSV into a TABLE STRUCTURE&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;1. Select a CSV file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select the ArcSDE connection for the target implementation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Commit additions (adding new columns only!) of the new columns&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Compare two CSV&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;1. Select source and target CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Export the differences into a new CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample format of the CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
# File generated by Attribute Manager.ExportAttributes
# Date: 9/3/2010 12:22:44 PM

# ADD/REMOVE/REPLACE;TableName;FieldName;DataType;Alias;AllowNULLValues;Domain;Precision;Scale;Length

REPLACE;ATTACHMENT;OBJECTID;ObjectID;OBJECTID;No;;10;0;4
REPLACE;ATTACHMENT;CATEGORY_NAME;Text;CATEGORY_NAME;Yes;;0;0;20
REPLACE;ATTACHMENT;TYPE_NAME;Text;TYPE_NAME;Yes;;0;0;20
ADD;ATTACHMENT;NAME_2010;Text;NAME_2010;Yes;;0;0;20
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 07:45:39 GMT</pubDate>
    <dc:creator>DejanGregor1</dc:creator>
    <dc:date>2010-09-07T07:45:39Z</dc:date>
    <item>
      <title>Need help with a sample tool of an Attribute Editor</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-a-sample-tool-of-an-attribute/m-p/537757#M14566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to ArcObjects therefore a sample script would be very helpful. I would need a tool for comparing attribute structure changes in different Geodatabase versioned environments and that requires fast responses from me. Environments are not always the same, therefore I may not use hard coded table / feature class list and needs to be configurable for a non-developer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I would need a sample tool for ArcMap using ArcObjects 9.3 that would:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Read TABLE STRUCTURE -&amp;gt; CSV&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;1. Read a specific list of table names (txt file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select an ArcSDE connection for the source data (where the tables are located)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Export the structure of the tables set in the txt file (column type, length, ...) in one CSV format&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Implement structure from a CSV into a TABLE STRUCTURE&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;1. Select a CSV file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select the ArcSDE connection for the target implementation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Commit additions (adding new columns only!) of the new columns&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Compare two CSV&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;1. Select source and target CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Export the differences into a new CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample format of the CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
# File generated by Attribute Manager.ExportAttributes
# Date: 9/3/2010 12:22:44 PM

# ADD/REMOVE/REPLACE;TableName;FieldName;DataType;Alias;AllowNULLValues;Domain;Precision;Scale;Length

REPLACE;ATTACHMENT;OBJECTID;ObjectID;OBJECTID;No;;10;0;4
REPLACE;ATTACHMENT;CATEGORY_NAME;Text;CATEGORY_NAME;Yes;;0;0;20
REPLACE;ATTACHMENT;TYPE_NAME;Text;TYPE_NAME;Yes;;0;0;20
ADD;ATTACHMENT;NAME_2010;Text;NAME_2010;Yes;;0;0;20
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 07:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-a-sample-tool-of-an-attribute/m-p/537757#M14566</guid>
      <dc:creator>DejanGregor1</dc:creator>
      <dc:date>2010-09-07T07:45:39Z</dc:date>
    </item>
  </channel>
</rss>

