I calculated the distances between one set of xy coordinates and another set of xy coordinates.
So my near table has the ID variables, distance and rank.
However, when I join the near table to the csv file containing the xy coordinates, I lose all ranks that are not = 1. It only joins the...