Solved! Go to Solution.
Can I use a wildcard if mutliple .xls files all have the same scheme, but have multiple sheets?
Hey EYamada. Take a look at this solution as I believe it will work for you. I've used a slight variation successfully myself.
Thank you TylerN. A directory tool followed by two Dyanmic Inputs worked perfectly.
Awesome, I'm glad it worked for you EYamada.
I have the similar requirement , but my files have mismatched number of columns and mismatched columns names i need . I need to process each file , get specific columns and generate output file for each input
i tried setting up the following
dir —-> macro [ macroinput(fullpath) —-> dynamicInput—-> formula —- select —> macro output] —-> outputtool
but dynamic tool complains that second file has mismatched columns , i thought putting in macro would do it
please help