I've got two point features that I am comparing. Both represent physical structures.
The following was my workflow:
1) reprojected features to WGS 84 (4326)
2) I added fields for X and Y values and calculated geometry appropriately
3) joined the first table to the the second
4) Ran XY To Line, and included and ID that was the structure building number
Line Type: Geodesic
ID: buildingID
SpatialRef: GCS_WGS_1984
Results:
XY to Line created the lines, but ALL attributes are <NULL> and the ID field didn't appear.
There were NO errors.
Questions:
Why are the attributes <NULL>?
Where's my ID field?