Steps in Joining Objects to Textual Data using Python

569
1
09-09-2014 12:36 AM
timdunlevie
Occasional Contributor

Hi all,

I want to write a python script which :

1. fetch textual data from a table in a SQL database and create a local table (.dbf?) called TABLE A

2. join this textual data (TABLE A) to an existing .shp file (objects) using a unique ID and output this data into a new .shp.

I am a complete novice in python but just need a push in the right direction (commands & summary of steps) and I should be able to piece it all together.

Many thanks,

Tim

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

querying data

make query table

joins

Copy features

Amongst many other links...it is all in the help files, once you know the terms

0 Kudos