Hi -
I am trying to import csv files from subfolders within multiple zip files as follows:
\Input Folder\file1.zip\subfolder\ABC.csv
\Input Folder\file2.zip\subfolder\ABC.csv
\Input Folder\file3.zip\subfolder\ABC.csv
The csv files always have the same file name and structure. I have seen similar threads on this but haven't come across a scenario where the csv files are contained within a subfolder of the zip files. I am restricted from running batch commands.
Any suggestions would be greatly appreciated. Thanks!