Hello,
I have a bunch of ZIP files each of which contains 2 CSV files; "SNV_4G_CU_Report_YYYYMMDD.csv" and "SNV_4G_SleepingCell_Report_YYYYMMDD.csv". I would like to extract the filenames of the CSV file from each ZIP file. In this case the output I would expect is something like the "FilePath/Zip file name|||CSV file name".
This is to help in running a batch macro which has been configured to run on CSV files (specifically the first CSV file in the ZIP file).