Import txt file to table in SDE

979
1
Jump to solution
09-22-2016 07:56 AM
jaykapalczynski
Frequent Contributor

I am very new to python and look for some examples to import a txt file into SDE....appending to existing data.  Any ideas?

0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

Hi Jay,

The Append tool can do this.  I would recommend running the tool in ArcGIS Desktop.  If you need to use this in a script, you can export the result of the tool to a python snippet by going to Geoprocessing > Results > right-click on completed tool > Export to Python Snippet.

View solution in original post

1 Reply
JakeSkinner
Esri Esteemed Contributor

Hi Jay,

The Append tool can do this.  I would recommend running the tool in ArcGIS Desktop.  If you need to use this in a script, you can export the result of the tool to a python snippet by going to Geoprocessing > Results > right-click on completed tool > Export to Python Snippet.