<?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 EXPORT SDC file into shapefile in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624291#M35297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to ge the shapefile from SDC file so that I can put them into postGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you please let me know if there is an easy way of doing it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 19:21:48 GMT</pubDate>
    <dc:creator>yunkexiang</dc:creator>
    <dc:date>2013-07-12T19:21:48Z</dc:date>
    <item>
      <title>EXPORT SDC file into shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624291#M35297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to ge the shapefile from SDC file so that I can put them into postGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you please let me know if there is an easy way of doing it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 19:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624291#M35297</guid>
      <dc:creator>yunkexiang</dc:creator>
      <dc:date>2013-07-12T19:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT SDC file into shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624292#M35298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yunkex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you can simply perform this task using your ArcCatalog interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From ArcCatalog, create a folder connection and browse to the folder where your SDC dataset is stored. Right-Click on the SDC Feature Class and use the "Export to Shapefile" option to get the desired Shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;** &lt;/SPAN&gt;&lt;STRONG&gt;You didn't provide the version of ArcGIS you are using. The workflow above is suggested for 10.1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: If converting large amounts of data, it's probably best to use a geodatabase format for space efficiency and better capabilities; shapefiles are useful for interchange among different vendors' spatial data processing products.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 20:50:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624292#M35298</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2013-07-12T20:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT SDC file into shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624293#M35299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi asrujit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a ton for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The sdc file I am exporting contains 30,000,000 records and many fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried export it by right click, but it took three days for arctics to process it and the final file had some fields messed up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering if my server has gone out of memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, shall I delete some field of sdc file first and then export them ( and maybe try to first select a subset of the file)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I export the data as geodatabase, can I till import them into postgis? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yk&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yunkex,&lt;BR /&gt;&lt;BR /&gt;I think you can simply perform this task using your ArcCatalog interface.&lt;BR /&gt;&lt;BR /&gt;From ArcCatalog, create a folder connection and browse to the folder where your SDC dataset is stored. Right-Click on the SDC Feature Class and use the "Export to Shapefile" option to get the desired Shapefile.&lt;BR /&gt;&lt;BR /&gt;** &lt;STRONG&gt;You didn't provide the version of ArcGIS you are using. The workflow above is suggested for 10.1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: If converting large amounts of data, it's probably best to use a geodatabase format for space efficiency and better capabilities; shapefiles are useful for interchange among different vendors' spatial data processing products.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jul 2013 01:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-sdc-file-into-shapefile/m-p/624293#M35299</guid>
      <dc:creator>yunkexiang</dc:creator>
      <dc:date>2013-07-13T01:32:06Z</dc:date>
    </item>
  </channel>
</rss>

