Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Can some Genuis here help me programmatically (using python and comtypes) load shapefile data in to an existing geodatabase (feature class). The attributes of the shapefile has to match with the feature class fields. For instance i have field "Height" in shapefile which has to go into "Height" field in the feature dataset.

share|improve this question
13  
This doesn't seem like a good reason to use ArcObjects, why not just use the Append tool in arcpy? – blah238 Jun 9 '12 at 9:56
2  
Another option would be to use a InsertCursor. – Chad Cooper Jun 9 '12 at 14:05
How did i miss the Append tool. I will check it out and see whether it can fulfill my task. Thanks in advance. – user8097 Jun 10 '12 at 9:01
Please specify the word, "load". In other words, each shapefile as its own Feature Class, or multiple shapefiles into one feature class? – MLowry Nov 16 '12 at 16:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.