I have a question about merging data from one CSV file to another:
In the first file, the fields are as follows: PetId, EnrollDate, CancelDate, Species, Breed, AgeAtEnroll
In the second file the fields are as follows: ClaimId, PetId, ClaimDate, ClaimAmount
I am trying to create a situation where in the second file, every instance of a certain value in PetId includes the corresponding data from the same PetId value from the first file. For example, when PetId = 100 in the first file, the EnrollDate, CancelDate, et al, for that PetId will be the same for every PetId = 100 in the second file.
In the first file, PetId has a unique value for each record, but that value can appear in multiple records in the second file.
_________________
Who’s better at math than a robot? They’re made of math!