I have a layer called Water_Meters that shows all the locations of water meter points in the city.
I also have an address layer called THECAN_LG_LX that shows all the address points in the city.
Both these layers have a field in their attribute table called LOCID. LOCID is a unique identifier associated with addresses.
I have joined the THECAN_LG_LX layer to the Water_Meters layer using LOCID.
I need to draw a line from each water meter point to the address associated with that meter.
I have had no luck with this. I have been utilizing ChatGPT and Point to Line, XY to Line, and Python script have been suggested. Nothing has worked so far. Results have varied from an empty line feature and lines being drawn from all the meters.
If anyone has any suggestions on tools and wouldn't mind pointing me in the right direction, it would be much appreciated.