Hi,
Is there a way to list out all the csv files in a directory that contain a specific string in the data, not in the filename? I want to find all the files that contain "xyz" in the data and then sort the filenames in descending order to pull the most current data for that string.
thanks in advance