Hi guys,
I have 54 point files named T1-T54. I have 54 polygons called T__1_ExportFeatures1-54.
I want to join a field from the point file to its corresponding polygon file table. So the field in T1 joins to the table in T__1_ExportFeatures1, the field in T2 joins to the table in T__1_ExportFeatures2, etc. All files are in the same geodatabase folder.
Doing it one by one would be time consuming. I presume its a job for iterate feature classes in model builder, but Im not sure how exactly. I can iterate over all of the polygon feature classes, but I don't know how to pull the corresponding point table for the join.
Any suggestions?
Thanks! Tom