I have a map with a database connection that we run an arcpy script against. The script needs to be able to read a field from the joined data. Is there a function in arcpy that can read from a joined table? Currently I have to make a new field and copy the data into it before running the script.
↧