I have two data sets which need to be merged. Each has a
unique case id. One file has multiple records per case; the other has only 1 record
per case.
There are a few columns of data from the second file (1
record per case) I want add to the first file (multiple records).
I also want to select only the case id’s in file one
that appear in file 2.
Help would be appreciated.