Select to view content in your preferred language

python script in joining tables into csv

406
1
02-17-2022 05:07 PM
SaM1
by
New Contributor II

I have three tables and one feature class in my gdb. I am joining data from one table to a second and exporting joined table into a CSV file. Next, I need to join my third table into my first joined CSV file and export this joined data into a CSV file2. Lastly, I will join my feature class into CSV file 2 and export this final Joined CSV as the final output.  I need help to automate this process using python.

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

Did you explore some of the code snippets that can be found in the Community?  For instance

Solved: Using Arcpy to join tables? - Esri Community


... sort of retired...
0 Kudos