<?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: FeatureClassToFeatureClass attribute tables are blank in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/featureclasstofeatureclass-attribute-tables-are/m-p/1060331#M41213</link>
    <description>&lt;P&gt;With missing code (#other stuff) it's a little hard to know exactly was is happening.&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 10:53:57 GMT</pubDate>
    <dc:creator>DavinWalker2</dc:creator>
    <dc:date>2021-05-21T10:53:57Z</dc:date>
    <item>
      <title>FeatureClassToFeatureClass attribute tables are blank</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/featureclasstofeatureclass-attribute-tables-are/m-p/1059888#M41161</link>
      <description>&lt;P&gt;I'm creating a script tool where I want to create a number of point/polygon shapefiles, then convert them to geodatabase feature classes in the current workspace. The shapefiles are generated correctly, but the GDB feature classes have blank attribute tables, with only the attribute labels populating.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the relevant part of my script:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;class Run:
    def __init__(self, file, run_id):
        self.gdb = arcpy.GetParameter(0)
        # other stuff
    def get_fc(self):
        c_feats = []
        for c in self.crafts:
            shape = self.new_aircraft(c)  # shapefile
            c_feat = arcpy.conversion.FeatureClassToFeatureClass(shape, 
        self.gdb, c.id)
            c_feat_name = str(c_feat)
            c_feats.append(c_feat_name)
        arcpy.SetParameterAsText(3, ';'.join(c_feats))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 13:01:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/featureclasstofeatureclass-attribute-tables-are/m-p/1059888#M41161</guid>
      <dc:creator>dlund203</dc:creator>
      <dc:date>2021-05-20T13:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureClassToFeatureClass attribute tables are blank</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/featureclasstofeatureclass-attribute-tables-are/m-p/1060331#M41213</link>
      <description>&lt;P&gt;With missing code (#other stuff) it's a little hard to know exactly was is happening.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 10:53:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/featureclasstofeatureclass-attribute-tables-are/m-p/1060331#M41213</guid>
      <dc:creator>DavinWalker2</dc:creator>
      <dc:date>2021-05-21T10:53:57Z</dc:date>
    </item>
  </channel>
</rss>

