So i have a metadatas excel file that contains a list of directories. How can check if every directory exist ? If directory doesn't exist, we add a warning message to a log file.
I tried to combine tExcelInput, tFileList and tFileExist, but i can't make it work.
Thank you.