So here's my situation: I need to import multiple Excel files into a raw data set. I've already figured out how to do that basic part (based on using the "*" wildcard in the file name), but I need to be able to track any files that fail due to incorrect schema or column names or whatever.
My preferred solution would be to have a log file of some description that would give me the basic warning message that I get from the "Results" window, saying which file failed and what the problem was. I would need to have it possibly iterate it through the list of Results lines to do so. Can anyone offer suggestions?
Thanks in advance.