Sorry, I should have explained it better. ID, title, and description are variables from the SAS dataset.
Matching doesn't have to be case sensitive. No special characters or quotes. I don't know how to upload a sample dataset here but I hope this helps.
The list in the excel spreadsheet has one column named 'keyword'. Examples: spinal tap, nerve, CNS, Guillain-Barre syndrome, Stroke, etc.
The SAS dataset has multiple variables including ID, title, description etc.: Apart from ID which was auto-populated, everything else is free text
I would like the final dataset to have a list of records from the SAS dataset that contains any of the keywords from the list along with its ID, title, and description.
I hope this clarifies things a bit.
... View more