go through each zip folder to get list of files name from it and save in a single table
Hi,
I need some help here. I tried to write the jsl but I got stuck and hope someone can guide me here.
I have a directory that contain 10000+ zipped folders. Each zipped folder has 100+ files.
I want to do task below without unzip WITHOUT UNZIP the zipped folders.
1) get the name of each zipped folder.
2) get into individual zipped folder.
3) get the files in the zipped folder.
4) in a table, add ...