I have some Text stored in RTF file outside of a database. I have a query that will tell me the names of all these files. Some of hem will have a specific string in them, some wont.
I am looking for a way to either interact with the filesystem to determine which files do, or a way to pull in the RTF file as text, and do a like of find against the imported text.
Can anyone provide me with some insight into this challenge?
Thank you,