<?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 retain attribute data in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468825#M26715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snantonu...&lt;/P&gt;&lt;P&gt;The assumption and general practice, within a geodatabase, is that the polygons are converted to polylines in sequential order as they exist in the table.&amp;nbsp; The polylines would begin with the same sequential construction.&amp;nbsp; If the destination was to a shapefile, for instance, or there was some concern that the object id's wouldn't then be matched, then constructing a Long field with a sequential numbering would only help if the attributes were being carried over to the destination polyline... apparently, the attributes aren't being carried over in any event. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be extra stafe...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;one could perform the polygon to polyline conversion&lt;/LI&gt;&lt;LI&gt;convert the polygons to centroids&lt;/LI&gt;&lt;LI&gt;spatially join the centroids to the polyline&lt;/LI&gt;&lt;LI&gt;save the result&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other approaches could include intersects etc. but I wouldn't even go there until I had finished validating the data (ie compare polygon and polyline perimeters, compare true centroids and a variety of other data validation tests.)&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 11:39:27 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-07-18T11:39:27Z</dc:date>
    <item>
      <title>how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468822#M26712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was actually transforming polylines into polygon by using the feature to polygon command unfortunately, no attribute data retained if I did this command although I checked the preserve attributes option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 02:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468822#M26712</guid>
      <dc:creator>LeslieJawili</dc:creator>
      <dc:date>2017-07-18T02:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468823#M26713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the order should have been retained, join the polyline's table to the polygon's table using the objectid field, then save the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 03:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468823#M26713</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-18T03:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468824#M26714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever we are generating a new output the ObjectID starts from 1, in that case how can we link based on ObjectID?&lt;/P&gt;&lt;P&gt;I think it will be better to use some other field with unique values that can be used as a Primary Key for linking and retaining the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recently faced this issue, hence I am also looking for a solution to this.&amp;nbsp;Please let me know if I am missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468824#M26714</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2017-07-18T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468825#M26715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snantonu...&lt;/P&gt;&lt;P&gt;The assumption and general practice, within a geodatabase, is that the polygons are converted to polylines in sequential order as they exist in the table.&amp;nbsp; The polylines would begin with the same sequential construction.&amp;nbsp; If the destination was to a shapefile, for instance, or there was some concern that the object id's wouldn't then be matched, then constructing a Long field with a sequential numbering would only help if the attributes were being carried over to the destination polyline... apparently, the attributes aren't being carried over in any event. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be extra stafe...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;one could perform the polygon to polyline conversion&lt;/LI&gt;&lt;LI&gt;convert the polygons to centroids&lt;/LI&gt;&lt;LI&gt;spatially join the centroids to the polyline&lt;/LI&gt;&lt;LI&gt;save the result&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other approaches could include intersects etc. but I wouldn't even go there until I had finished validating the data (ie compare polygon and polyline perimeters, compare true centroids and a variety of other data validation tests.)&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468825#M26715</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-18T11:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468826#M26716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I agree and that is in fact what I have done to get around this and it worked out quite nicely for me. I'll admit it is a little time consuming but it get the job done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468826#M26716</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2017-07-18T12:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468827#M26717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course if we had all read the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/feature-to-polygon.htm"&gt;most recent help topic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;P&gt;The &lt;SPAN&gt;Preserve attributes&lt;/SPAN&gt; parameter (the &lt;SPAN&gt;attributes&lt;/SPAN&gt; parameter in scripting) does not work and should not be used. It will not be removed for backward compatibility of scripts or models. The output attribute schema and field values for certain input combinations may be produced as described below; most of them are unintended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so data validation is really a good idea&lt;/P&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/468827#M26717</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-18T12:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to retain attribute data</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/1315261#M44635</link>
      <description>&lt;P&gt;Has anyone discovered a workable solution? I am trying to convert contour lines to polygons and so using a centroid will not work because many polygons here will have centroids within many polylines.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 19:50:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-retain-attribute-data/m-p/1315261#M44635</guid>
      <dc:creator>NormBetland</dc:creator>
      <dc:date>2023-08-03T19:50:18Z</dc:date>
    </item>
  </channel>
</rss>

