<?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 How to convert CAD file xdata into geodatabase? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391414#M13347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a CAD(*.dwg) file with extend attributes stored in xdata, I tried to convert it into geodatabase by using data interoperability tool, but the result I got has no attributes, just the features. Then I thought maybe FME tool could make that happen, can someone help me with that, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Oct 2015 15:34:34 GMT</pubDate>
    <dc:creator>XingboChen</dc:creator>
    <dc:date>2015-10-11T15:34:34Z</dc:date>
    <item>
      <title>How to convert CAD file xdata into geodatabase?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391414#M13347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a CAD(*.dwg) file with extend attributes stored in xdata, I tried to convert it into geodatabase by using data interoperability tool, but the result I got has no attributes, just the features. Then I thought maybe FME tool could make that happen, can someone help me with that, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 15:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391414#M13347</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2015-10-11T15:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert CAD file xdata into geodatabase?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391415#M13348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this link offer any clues.&lt;/P&gt;&lt;P&gt;See Mark Ireland's response. Obviously linking to extended data objects is not easy-peasy.&lt;/P&gt;&lt;P&gt;&lt;A href="https://groups.google.com/forum/embed/#!topic/fmetalk/FXsqe5I8Szg" title="https://groups.google.com/forum/embed/#!topic/fmetalk/FXsqe5I8Szg"&gt;Google Groups&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 07:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391415#M13348</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-12T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert CAD file xdata into geodatabase?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391416#M13349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that helps, now I can get the attributes. But each feature with same attributes stored in different lines, I can't get them all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391416#M13349</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2015-10-14T12:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert CAD file xdata into geodatabase?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391417#M13350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;EM&gt;But each feature with same attributes stored in different lines, I can't get them all&lt;/EM&gt;."&lt;/P&gt;&lt;P&gt;Not sure what you mean here. If you have managed to get at the extended data objects, what else do you need to do? Merge them back together again?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391417#M13350</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-14T12:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert CAD file xdata into geodatabase?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391418#M13351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you found a solution to this yet or if the need is even still there but I am working on a tool that might be able to solve this.&amp;nbsp; it uses a config file where you would specify the GIS schema you want and the different data elements and it will create ArcGIS for AutoCAD featureclasses and assign the data.&amp;nbsp; It's not set up to work with xdata yet but I could probably add that.&amp;nbsp; can you give me an example of the xdata and the featureclass(es) needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, this would require running a custom command in AutoCAD.&amp;nbsp; Just want to make sure that is clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-convert-cad-file-xdata-into-geodatabase/m-p/391418#M13351</guid>
      <dc:creator>AaronCheuvront1</dc:creator>
      <dc:date>2016-02-08T17:08:38Z</dc:date>
    </item>
  </channel>
</rss>

